#CC680B

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

Shades of Chocolate #CC680B

Tints of Chocolate #CC680B

Color information

#CC680B (or 0xCC680B) is unknown color: approx Chocolate. HEX triplet: CC, 68 and 0B. RGB value is (204,104,11). Sum of RGB (Red+Green+Blue) = 204+104+11=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC680B is #3397F4. Grayscale: #7B7B7B. Windows color (decimal): -3381237 or 747724. OLE color: 747724.

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

Color convert

RGB20410411-
CMYK00.490.950.2
HSL28.91º89.77%42.16%-
HSV(B)28.91º94.61%80%-
XYZ29.9122.763.13-
YUV123.364.63185.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.95%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 11 (4.69% from 255) = 3.45%
R=63.95%
G=32.60%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.95
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041041100.490.950.228.9189.7742.16
HexCC68B0315F141d5a2a
Octal31415013061137243513252
Binary11001100110100010110110001101111110100111011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC680B; }

 p { color: rgb(204,104,11); }

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

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

 a { background-color: rgb(204,104,11); }

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

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

 span { border-color: rgb(204,104,11); }

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