Html Css Color HEX #CC6F1A Chocolate

📋 copy color: '#CC6F1A'

red 204 ◦ green 111 ◦ blue 26

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

Shades of Chocolate #CC6F1A

Tints of Chocolate #CC6F1A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.55%

 BLUE value IS 26 (10.55% from 255) = 7.62%

R = 59.82%
G = 32.55%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC6F1A (or 0xCC6F1A) is known color: Chocolate. HEX triplet: CC, 6F and 1A. RGB value is (204,111,26). Sum of RGB (Red+Green+Blue) = 204+111+26=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6F1A is #3390E5. Grayscale: #818181. Windows color (decimal): -3379430 or 1732556. OLE color: 1732556.

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

Color convert

RGB 204 111 26 -
CMYK 0 0.46 0.87 0.2
HSL 28.65º 0.77% 0.45% -
HSV(B) 28.65º 0.87% 0.8% -
XYZ 30.77 24.28 4.04 -
YUV 129.12 69.81 181.41 -
System Red Green Blue C M Y K H S L
Decimal 204 111 26 0 0.46 0.87 0.2 28.65 0.77 0.45
Hex CC 6F 1A 0 2E 57 14 1D 4D 2D
Octal 314 157 32 0 56 127 24 35 115 55
Binary 11001100 1101111 11010 0 101110 1010111 10100 11101 1001101 101101

Color Harmonies of #CC6F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F1A

Black with #CC6F1A

Text Example


Text Example

White with #CC6F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F1A; }

 p { color: rgb(204,111,26); }

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

background-color css

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

 a { background-color: rgb(204,111,26); }

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

border-color css

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

 span { border-color: rgb(204,111,26); }

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