Html Css Color HEX #C67411 Ochre

📋 copy color: '#C67411'

red 198 ◦ green 116 ◦ blue 17

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

Shades of Ochre #C67411

Tints of Ochre #C67411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

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

R = 59.82%
G = 35.05%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C67411 (or 0xC67411) is known color: Ochre. HEX triplet: C6, 74 and 11. RGB value is (198,116,17). Sum of RGB (Red+Green+Blue) = 198+116+17=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C67411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67411 is #398BEE. Grayscale: #818181. Windows color (decimal): -3771375 or 1144006. OLE color: 1144006.

HSL color Cylindrical-coordinate representation of color #C67411: hue angle of 32.82º 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 #C67411 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 116 17 -
CMYK 0 0.41 0.91 0.22
HSL 32.82º 0.84% 0.42% -
HSV(B) 32.82º 0.91% 0.78% -
XYZ 29.64 24.54 3.7 -
YUV 129.23 64.67 177.05 -
System Red Green Blue C M Y K H S L
Decimal 198 116 17 0 0.41 0.91 0.22 32.82 0.84 0.42
Hex C6 74 11 0 29 5B 16 21 54 2A
Octal 306 164 21 0 51 133 26 41 124 52
Binary 11000110 1110100 10001 0 101001 1011011 10110 100001 1010100 101010

Color Harmonies of #C67411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67411

Black with #C67411

Text Example


Text Example

White with #C67411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67411; }

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

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

background-color css

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

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

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

border-color css

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

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

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