Html Css Color HEX #C67211 Ochre

📋 copy color: '#C67211'

red 198 ◦ green 114 ◦ blue 17

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

Shades of Ochre #C67211

Tints of Ochre #C67211

RGB

 RED value IS 198 (77.73% from 255) = 60.18%

 GREEN value IS 114 (44.92% from 255) = 34.65%

 BLUE value IS 17 (7.03% from 255) = 5.17%

R = 60.18%
G = 34.65%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C67211 (or 0xC67211) is known color: Ochre. HEX triplet: C6, 72 and 11. RGB value is (198,114,17). Sum of RGB (Red+Green+Blue) = 198+114+17=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C67211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67211 is #398DEE. Grayscale: #808080. Windows color (decimal): -3771887 or 1143494. OLE color: 1143494.

HSL color Cylindrical-coordinate representation of color #C67211: hue angle of 32.15º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C67211 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 114 17 -
CMYK 0 0.42 0.91 0.22
HSL 32.15º 0.84% 0.42% -
HSV(B) 32.15º 0.91% 0.78% -
XYZ 29.41 24.08 3.63 -
YUV 128.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 198 114 17 0 0.42 0.91 0.22 32.15 0.84 0.42
Hex C6 72 11 0 2A 5B 16 20 54 2A
Octal 306 162 21 0 52 133 26 40 124 52
Binary 11000110 1110010 10001 0 101010 1011011 10110 100000 1010100 101010

Color Harmonies of #C67211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67211

Black with #C67211

Text Example


Text Example

White with #C67211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67211; }

 p { color: rgb(198,114,17); }

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

background-color css

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

 a { background-color: rgb(198,114,17); }

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

border-color css

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

 span { border-color: rgb(198,114,17); }

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