Html Css Color HEX #CC6717 Chocolate

📋 copy color: '#CC6717'

red 204 ◦ green 103 ◦ blue 23

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

Shades of Chocolate #CC6717

Tints of Chocolate #CC6717

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

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

R = 61.82%
G = 31.21%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC6717 (or 0xCC6717) is known color: Chocolate. HEX triplet: CC, 67 and 17. RGB value is (204,103,23). Sum of RGB (Red+Green+Blue) = 204+103+23=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6717 is #3398E8. Grayscale: #7C7C7C. Windows color (decimal): -3381481 or 1533900. OLE color: 1533900.

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

Color convert

RGB 204 103 23 -
CMYK 0 0.50 0.89 0.2
HSL 26.52º 0.8% 0.45% -
HSV(B) 26.52º 0.89% 0.8% -
XYZ 29.91 22.6 3.6 -
YUV 124.08 70.96 185 -
System Red Green Blue C M Y K H S L
Decimal 204 103 23 0 0.50 0.89 0.2 26.52 0.8 0.45
Hex CC 67 17 0 32 59 14 1B 50 2D
Octal 314 147 27 0 62 131 24 33 120 55
Binary 11001100 1100111 10111 0 110010 1011001 10100 11011 1010000 101101

Color Harmonies of #CC6717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6717

Black with #CC6717

Text Example


Text Example

White with #CC6717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6717; }

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

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

background-color css

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

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

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

border-color css

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

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

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