Html Css Color HEX #C97620 Ochre

📋 copy color: '#C97620'

red 201 ◦ green 118 ◦ blue 32

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

Shades of Ochre #C97620

Tints of Ochre #C97620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.62%

 BLUE value IS 32 (12.89% from 255) = 9.12%

R = 57.26%
G = 33.62%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C97620 (or 0xC97620) is known color: Ochre. HEX triplet: C9, 76 and 20. RGB value is (201,118,32). Sum of RGB (Red+Green+Blue) = 201+118+32=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C97620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97620 is #3689DF. Grayscale: #858585. Windows color (decimal): -3574240 or 2127561. OLE color: 2127561.

HSL color Cylindrical-coordinate representation of color #C97620: hue angle of 30.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C97620 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 118 32 -
CMYK 0 0.41 0.84 0.21
HSL 30.53º 0.73% 0.46% -
HSV(B) 30.53º 0.84% 0.79% -
XYZ 30.83 25.48 4.66 -
YUV 133.01 71 176.49 -
System Red Green Blue C M Y K H S L
Decimal 201 118 32 0 0.41 0.84 0.21 30.53 0.73 0.46
Hex C9 76 20 0 29 54 15 1F 49 2E
Octal 311 166 40 0 51 124 25 37 111 56
Binary 11001001 1110110 100000 0 101001 1010100 10101 11111 1001001 101110

Color Harmonies of #C97620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97620

Black with #C97620

Text Example


Text Example

White with #C97620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97620; }

 p { color: rgb(201,118,32); }

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

background-color css

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

 a { background-color: rgb(201,118,32); }

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

border-color css

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

 span { border-color: rgb(201,118,32); }

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