#CC651B

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

Shades of Chocolate #CC651B

Tints of Chocolate #CC651B

Color information

#CC651B (or 0xCC651B) is unknown color: approx Chocolate. HEX triplet: CC, 65 and 1B. RGB value is (204,101,27). Sum of RGB (Red+Green+Blue) = 204+101+27=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC651B is #339AE4. Grayscale: #7B7B7B. Windows color (decimal): -3381989 or 1795532. OLE color: 1795532.

HSL color Cylindrical-coordinate representation of color #CC651B: hue angle of 25.08º 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 #CC651B is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB20410127-
CMYK00.500.870.2
HSL25.08º76.62%45.29%-
HSV(B)25.08º86.76%80%-
XYZ29.7522.223.76-
YUV123.3673.62185.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.45%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 27 (10.94% from 255) = 8.13%
R=61.45%
G=30.42%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041012700.500.870.225.0876.6245.29
HexCC651B0325714194d2d
Octal31414533062127243111555
Binary110011001100101110110110010101011110100110011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC651B; }

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

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

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

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

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

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

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

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