#CC691E

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

Shades of Chocolate #CC691E

Tints of Chocolate #CC691E

Color information

#CC691E (or 0xCC691E) is unknown color: approx Chocolate. HEX triplet: CC, 69 and 1E. RGB value is (204,105,30). Sum of RGB (Red+Green+Blue) = 204+105+30=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC691E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC691E is #3396E1. Grayscale: #7E7E7E. Windows color (decimal): -3380962 or 1993164. OLE color: 1993164.

HSL color Cylindrical-coordinate representation of color #CC691E: hue angle of 25.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC691E is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB20410530-
CMYK00.490.850.2
HSL25.86º74.36%45.88%-
HSV(B)25.86º85.29%80%-
XYZ30.1923.034.08-
YUV126.0573.8183.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.18%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 30 (12.11% from 255) = 8.85%
R=60.18%
G=30.97%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041053000.490.850.225.8674.3645.88
HexCC691E03155141a4a2e
Octal31415136061125243211256
Binary110011001101001111100110001101010110100110101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC691E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC691E; }

 p { color: rgb(204,105,30); }

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

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

 a { background-color: rgb(204,105,30); }

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

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

 span { border-color: rgb(204,105,30); }

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