Html Css Color HEX #C97622 Ochre

📋 copy color: '#C97622'

red 201 ◦ green 118 ◦ blue 34

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

Shades of Ochre #C97622

Tints of Ochre #C97622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.63%

R = 56.94%
G = 33.43%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C97622 (or 0xC97622) is known color: Ochre. HEX triplet: C9, 76 and 22. RGB value is (201,118,34). Sum of RGB (Red+Green+Blue) = 201+118+34=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C97622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97622 is #3689DD. Grayscale: #858585. Windows color (decimal): -3574238 or 2258633. OLE color: 2258633.

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

Color convert

RGB 201 118 34 -
CMYK 0 0.41 0.83 0.21
HSL 30.18º 0.71% 0.46% -
HSV(B) 30.18º 0.83% 0.79% -
XYZ 30.85 25.49 4.81 -
YUV 133.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 201 118 34 0 0.41 0.83 0.21 30.18 0.71 0.46
Hex C9 76 22 0 29 53 15 1E 47 2E
Octal 311 166 42 0 51 123 25 36 107 56
Binary 11001001 1110110 100010 0 101001 1010011 10101 11110 1000111 101110

Color Harmonies of #C97622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97622

Black with #C97622

Text Example


Text Example

White with #C97622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97622; }

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

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

background-color css

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

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

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

border-color css

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

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

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