Html Css Color HEX #C97614 Ochre

📋 copy color: '#C97614'

red 201 ◦ green 118 ◦ blue 20

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

Shades of Ochre #C97614

Tints of Ochre #C97614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 59.29%
G = 34.81%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C97614 (or 0xC97614) is known color: Ochre. HEX triplet: C9, 76 and 14. RGB value is (201,118,20). Sum of RGB (Red+Green+Blue) = 201+118+20=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C97614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97614 is #3689EB. Grayscale: #848484. Windows color (decimal): -3574252 or 1341129. OLE color: 1341129.

HSL color Cylindrical-coordinate representation of color #C97614: hue angle of 32.49º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C97614 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 118 20 -
CMYK 0 0.41 0.90 0.21
HSL 32.49º 0.82% 0.43% -
HSV(B) 32.49º 0.9% 0.79% -
XYZ 30.69 25.42 3.95 -
YUV 131.65 65 177.47 -
System Red Green Blue C M Y K H S L
Decimal 201 118 20 0 0.41 0.90 0.21 32.49 0.82 0.43
Hex C9 76 14 0 29 5A 15 20 52 2B
Octal 311 166 24 0 51 132 25 40 122 53
Binary 11001001 1110110 10100 0 101001 1011010 10101 100000 1010010 101011

Color Harmonies of #C97614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97614

Black with #C97614

Text Example


Text Example

White with #C97614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97614; }

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

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

background-color css

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

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

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

border-color css

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

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

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