#CC681B

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

Shades of Chocolate #CC681B

Tints of Chocolate #CC681B

Color information

#CC681B (or 0xCC681B) is unknown color: approx Chocolate. HEX triplet: CC, 68 and 1B. RGB value is (204,104,27). Sum of RGB (Red+Green+Blue) = 204+104+27=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC681B is #3397E4. Grayscale: #7D7D7D. Windows color (decimal): -3381221 or 1796300. OLE color: 1796300.

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

Color convert

RGB20410427-
CMYK00.490.870.2
HSL26.1º76.62%45.29%-
HSV(B)26.1º86.76%80%-
XYZ30.0522.823.86-
YUV125.1272.63184.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.90%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 27 (10.94% from 255) = 8.06%
R=60.90%
G=31.04%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041042700.490.870.226.176.6245.29
HexCC681B03157141a4d2d
Octal31415033061127243211555
Binary110011001101000110110110001101011110100110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC681B; }

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

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

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

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

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

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

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

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