Html Css Color HEX #C97618 Ochre

📋 copy color: '#C97618'

red 201 ◦ green 118 ◦ blue 24

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

Shades of Ochre #C97618

Tints of Ochre #C97618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7%

R = 58.6%
G = 34.4%
B = 7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97618 (or 0xC97618) is known color: Ochre. HEX triplet: C9, 76 and 18. RGB value is (201,118,24). Sum of RGB (Red+Green+Blue) = 201+118+24=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C97618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97618 is #3689E7. Grayscale: #848484. Windows color (decimal): -3574248 or 1603273. OLE color: 1603273.

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

Color convert

RGB 201 118 24 -
CMYK 0 0.41 0.88 0.21
HSL 31.86º 0.79% 0.44% -
HSV(B) 31.86º 0.88% 0.79% -
XYZ 30.73 25.44 4.15 -
YUV 132.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 201 118 24 0 0.41 0.88 0.21 31.86 0.79 0.44
Hex C9 76 18 0 29 58 15 20 4F 2C
Octal 311 166 30 0 51 130 25 40 117 54
Binary 11001001 1110110 11000 0 101001 1011000 10101 100000 1001111 101100

Color Harmonies of #C97618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97618

Black with #C97618

Text Example


Text Example

White with #C97618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97618; }

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

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

background-color css

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

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

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

border-color css

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

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

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