Html Css Color HEX #C96725 Chocolate

📋 copy color: '#C96725'

red 201 ◦ green 103 ◦ blue 37

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

Shades of Chocolate #C96725

Tints of Chocolate #C96725

RGB

 RED value IS 201 (78.91% from 255) = 58.94%

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

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

R = 58.94%
G = 30.21%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C96725 (or 0xC96725) is known color: Chocolate. HEX triplet: C9, 67 and 25. RGB value is (201,103,37). Sum of RGB (Red+Green+Blue) = 201+103+37=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C96725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96725 is #3698DA. Grayscale: #7D7D7D. Windows color (decimal): -3578075 or 2451401. OLE color: 2451401.

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

Color convert

RGB 201 103 37 -
CMYK 0 0.49 0.82 0.21
HSL 24.15º 0.69% 0.47% -
HSV(B) 24.15º 0.82% 0.79% -
XYZ 29.27 22.25 4.5 -
YUV 124.78 78.47 182.37 -
System Red Green Blue C M Y K H S L
Decimal 201 103 37 0 0.49 0.82 0.21 24.15 0.69 0.47
Hex C9 67 25 0 31 52 15 18 45 2F
Octal 311 147 45 0 61 122 25 30 105 57
Binary 11001001 1100111 100101 0 110001 1010010 10101 11000 1000101 101111

Color Harmonies of #C96725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96725

Black with #C96725

Text Example


Text Example

White with #C96725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96725; }

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

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

background-color css

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

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

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

border-color css

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

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

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