Html Css Color HEX #CC6725 Chocolate

📋 copy color: '#CC6725'

red 204 ◦ green 103 ◦ blue 37

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

Shades of Chocolate #CC6725

Tints of Chocolate #CC6725

RGB

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

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

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

R = 59.3%
G = 29.94%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC6725 (or 0xCC6725) is known color: Chocolate. HEX triplet: CC, 67 and 25. RGB value is (204,103,37). Sum of RGB (Red+Green+Blue) = 204+103+37=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6725 is #3398DA. Grayscale: #7E7E7E. Windows color (decimal): -3381467 or 2451404. OLE color: 2451404.

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

Color convert

RGB 204 103 37 -
CMYK 0 0.50 0.82 0.2
HSL 23.71º 0.69% 0.47% -
HSV(B) 23.71º 0.82% 0.8% -
XYZ 30.09 22.67 4.54 -
YUV 125.68 77.96 183.87 -
System Red Green Blue C M Y K H S L
Decimal 204 103 37 0 0.50 0.82 0.2 23.71 0.69 0.47
Hex CC 67 25 0 32 52 14 18 45 2F
Octal 314 147 45 0 62 122 24 30 105 57
Binary 11001100 1100111 100101 0 110010 1010010 10100 11000 1000101 101111

Color Harmonies of #CC6725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6725

Black with #CC6725

Text Example


Text Example

White with #CC6725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6725; }

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

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

background-color css

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

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

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

border-color css

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

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

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