Html Css Color HEX #CC6B14 Chocolate

📋 copy color: '#CC6B14'

red 204 ◦ green 107 ◦ blue 20

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

Shades of Chocolate #CC6B14

Tints of Chocolate #CC6B14

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

 BLUE value IS 20 (8.2% from 255) = 6.04%

R = 61.63%
G = 32.33%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC6B14 (or 0xCC6B14) is known color: Chocolate. HEX triplet: CC, 6B and 14. RGB value is (204,107,20). Sum of RGB (Red+Green+Blue) = 204+107+20=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6B14 is #3394EB. Grayscale: #7E7E7E. Windows color (decimal): -3380460 or 1338316. OLE color: 1338316.

HSL color Cylindrical-coordinate representation of color #CC6B14: hue angle of 28.37º degrees, saturation: 0.82, 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 #CC6B14 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 107 20 -
CMYK 0 0.48 0.90 0.2
HSL 28.37º 0.82% 0.44% -
HSV(B) 28.37º 0.9% 0.8% -
XYZ 30.29 23.4 3.58 -
YUV 126.09 68.14 183.57 -
System Red Green Blue C M Y K H S L
Decimal 204 107 20 0 0.48 0.90 0.2 28.37 0.82 0.44
Hex CC 6B 14 0 30 5A 14 1C 52 2C
Octal 314 153 24 0 60 132 24 34 122 54
Binary 11001100 1101011 10100 0 110000 1011010 10100 11100 1010010 101100

Color Harmonies of #CC6B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B14

Black with #CC6B14

Text Example


Text Example

White with #CC6B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B14; }

 p { color: rgb(204,107,20); }

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

background-color css

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

 a { background-color: rgb(204,107,20); }

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

border-color css

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

 span { border-color: rgb(204,107,20); }

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