Html Css Color HEX #CC6715 Chocolate

📋 copy color: '#CC6715'

red 204 ◦ green 103 ◦ blue 21

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

Shades of Chocolate #CC6715

Tints of Chocolate #CC6715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 62.2%
G = 31.4%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC6715 (or 0xCC6715) is known color: Chocolate. HEX triplet: CC, 67 and 15. RGB value is (204,103,21). Sum of RGB (Red+Green+Blue) = 204+103+21=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6715 is #3398EA. Grayscale: #7C7C7C. Windows color (decimal): -3381483 or 1402828. OLE color: 1402828.

HSL color Cylindrical-coordinate representation of color #CC6715: hue angle of 26.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC6715 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 21 -
CMYK 0 0.50 0.90 0.2
HSL 26.89º 0.81% 0.44% -
HSV(B) 26.89º 0.9% 0.8% -
XYZ 29.89 22.59 3.49 -
YUV 123.85 69.96 185.17 -
System Red Green Blue C M Y K H S L
Decimal 204 103 21 0 0.50 0.90 0.2 26.89 0.81 0.44
Hex CC 67 15 0 32 5A 14 1B 51 2C
Octal 314 147 25 0 62 132 24 33 121 54
Binary 11001100 1100111 10101 0 110010 1011010 10100 11011 1010001 101100

Color Harmonies of #CC6715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6715

Black with #CC6715

Text Example


Text Example

White with #CC6715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6715; }

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

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

background-color css

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

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

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

border-color css

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

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

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