Html Css Color HEX #CC660D Chocolate

📋 copy color: '#CC660D'

red 204 ◦ green 102 ◦ blue 13

#CC660D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CC660D

Tints of Chocolate #CC660D

RGB

 RED value IS 204 (80.08% from 255) = 63.95%

 GREEN value IS 102 (40.23% from 255) = 31.97%

 BLUE value IS 13 (5.47% from 255) = 4.08%

R = 63.95%
G = 31.97%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC660D (or 0xCC660D) is known color: Chocolate. HEX triplet: CC, 66 and 0D. RGB value is (204,102,13). Sum of RGB (Red+Green+Blue) = 204+102+13=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC660D is #3399F2. Grayscale: #7A7A7A. Windows color (decimal): -3381747 or 878284. OLE color: 878284.

HSL color Cylindrical-coordinate representation of color #CC660D: hue angle of 27.96º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC660D is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 102 13 -
CMYK 0 0.5 0.94 0.2
HSL 27.96º 0.88% 0.43% -
HSV(B) 27.96º 0.94% 0.8% -
XYZ 29.73 22.37 3.13 -
YUV 122.35 66.29 186.24 -
System Red Green Blue C M Y K H S L
Decimal 204 102 13 0 0.5 0.94 0.2 27.96 0.88 0.43
Hex CC 66 D 0 32 5E 14 1C 58 2B
Octal 314 146 15 0 62 136 24 34 130 53
Binary 11001100 1100110 1101 0 110010 1011110 10100 11100 1011000 101011

Color Harmonies of #CC660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC660D

Black with #CC660D

Text Example


Text Example

White with #CC660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC660D; }

 p { color: rgb(204,102,13); }

 H1.HeaderClassName
 {
   color: #CC660D;
 }
 .AnyTagClassName
 {
   color: #CC660D;
 }
</style>

background-color css

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

 a { background-color: rgb(204,102,13); }

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

border-color css

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

 span { border-color: rgb(204,102,13); }

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