Html Css Color HEX #CC6D25 Chocolate

📋 copy color: '#CC6D25'

red 204 ◦ green 109 ◦ blue 37

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

Shades of Chocolate #CC6D25

Tints of Chocolate #CC6D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.14%

 BLUE value IS 37 (14.84% from 255) = 10.57%

R = 58.29%
G = 31.14%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC6D25 (or 0xCC6D25) is known color: Chocolate. HEX triplet: CC, 6D and 25. RGB value is (204,109,37). Sum of RGB (Red+Green+Blue) = 204+109+37=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6D25 is #3392DA. Grayscale: #818181. Windows color (decimal): -3379931 or 2452940. OLE color: 2452940.

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

Color convert

RGB 204 109 37 -
CMYK 0 0.47 0.82 0.2
HSL 25.87º 0.69% 0.47% -
HSV(B) 25.87º 0.82% 0.8% -
XYZ 30.7 23.91 4.75 -
YUV 129.2 75.97 181.35 -
System Red Green Blue C M Y K H S L
Decimal 204 109 37 0 0.47 0.82 0.2 25.87 0.69 0.47
Hex CC 6D 25 0 2F 52 14 1A 45 2F
Octal 314 155 45 0 57 122 24 32 105 57
Binary 11001100 1101101 100101 0 101111 1010010 10100 11010 1000101 101111

Color Harmonies of #CC6D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D25

Black with #CC6D25

Text Example


Text Example

White with #CC6D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D25; }

 p { color: rgb(204,109,37); }

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

background-color css

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

 a { background-color: rgb(204,109,37); }

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

border-color css

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

 span { border-color: rgb(204,109,37); }

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