Html Css Color HEX #CC6617 Chocolate

📋 copy color: '#CC6617'

red 204 ◦ green 102 ◦ blue 23

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

Shades of Chocolate #CC6617

Tints of Chocolate #CC6617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.99%

R = 62.01%
G = 31%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC6617 (or 0xCC6617) is known color: Chocolate. HEX triplet: CC, 66 and 17. RGB value is (204,102,23). Sum of RGB (Red+Green+Blue) = 204+102+23=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6617 is #3399E8. Grayscale: #7B7B7B. Windows color (decimal): -3381737 or 1533644. OLE color: 1533644.

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

Color convert

RGB 204 102 23 -
CMYK 0 0.5 0.89 0.2
HSL 26.19º 0.8% 0.45% -
HSV(B) 26.19º 0.89% 0.8% -
XYZ 29.81 22.4 3.56 -
YUV 123.49 71.29 185.42 -
System Red Green Blue C M Y K H S L
Decimal 204 102 23 0 0.5 0.89 0.2 26.19 0.8 0.45
Hex CC 66 17 0 32 59 14 1A 50 2D
Octal 314 146 27 0 62 131 24 32 120 55
Binary 11001100 1100110 10111 0 110010 1011001 10100 11010 1010000 101101

Color Harmonies of #CC6617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6617

Black with #CC6617

Text Example


Text Example

White with #CC6617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6617; }

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

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

background-color css

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

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

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

border-color css

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

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

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