#CA6916

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

Shades of Chocolate #CA6916

Tints of Chocolate #CA6916

Color information

#CA6916 (or 0xCA6916) is unknown color: approx Chocolate. HEX triplet: CA, 69 and 16. RGB value is (202,105,22). Sum of RGB (Red+Green+Blue) = 202+105+22=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6916 is #3596E9. Grayscale: #7C7C7C. Windows color (decimal): -3512042 or 1468874. OLE color: 1468874.

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

Color convert

RGB20210522-
CMYK00.480.890.21
HSL27.67º80.36%43.92%-
HSV(B)27.67º89.11%79.22%-
XYZ29.5522.723.59-
YUV124.5470.14183.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.40%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 22 (8.98% from 255) = 6.69%
R=61.40%
G=31.91%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021052200.480.890.2127.6780.3643.92
HexCA691603059151c502c
Octal31215126060131253412054
Binary110010101101001101100110000101100110101111001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6916; }

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

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

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

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

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

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

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

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