#CA691D

Color #CA691D Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #CA691D

Tints of Chocolate #CA691D

Color information

#CA691D (or 0xCA691D) is unknown color: approx Chocolate. HEX triplet: CA, 69 and 1D. RGB value is (202,105,29). Sum of RGB (Red+Green+Blue) = 202+105+29=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA691D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA691D is #3596E2. Grayscale: #7D7D7D. Windows color (decimal): -3512035 or 1927626. OLE color: 1927626.

HSL color Cylindrical-coordinate representation of color #CA691D: hue angle of 26.36º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA691D is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB20210529-
CMYK00.480.860.21
HSL26.36º74.89%45.29%-
HSV(B)26.36º85.64%79.22%-
XYZ29.6322.753.99-
YUV125.3473.64182.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 60.12%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 29 (11.72% from 255) = 8.63%
R=60.12%
G=31.25%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021052900.480.860.2126.3674.8945.29
HexCA691D03056151a4b2d
Octal31215135060126253211355
Binary110010101101001111010110000101011010101110101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA691D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA691D; }

 p { color: rgb(202,105,29); }

 H1.HeaderClassName
 {
   color: #CA691D;
 }
 .AnyTagClassName
 {
   color: #CA691D;
 }
</style>
background-color css

<style>
 a { background-color: #CA691D; }

 a { background-color: rgb(202,105,29); }

 div.DivClassName
 {
   background-color: #CA691D;
 }
 .BgClassName
 {
   background-color: #CA691D;
 }
</style>
border-color css

<style>
 span { border-color: #CA691D; }

 span { border-color: rgb(202,105,29); }

 td.TdClassName
 {
   border-color: #CA691D;
 }
 .TagClassName
 {
   border-color: #CA691D;
 }
</style>