Html Css Color HEX #C67311 Ochre

📋 copy color: '#C67311'

red 198 ◦ green 115 ◦ blue 17

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

Shades of Ochre #C67311

Tints of Ochre #C67311

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.85%

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

R = 60%
G = 34.85%
B = 5.15%

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

#C67311 (or 0xC67311) is known color: Ochre. HEX triplet: C6, 73 and 11. RGB value is (198,115,17). Sum of RGB (Red+Green+Blue) = 198+115+17=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C67311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67311 is #398CEE. Grayscale: #818181. Windows color (decimal): -3771631 or 1143750. OLE color: 1143750.

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

Color convert

RGB 198 115 17 -
CMYK 0 0.42 0.91 0.22
HSL 32.49º 0.84% 0.42% -
HSV(B) 32.49º 0.91% 0.78% -
XYZ 29.52 24.31 3.67 -
YUV 128.65 65 177.47 -
System Red Green Blue C M Y K H S L
Decimal 198 115 17 0 0.42 0.91 0.22 32.49 0.84 0.42
Hex C6 73 11 0 2A 5B 16 20 54 2A
Octal 306 163 21 0 52 133 26 40 124 52
Binary 11000110 1110011 10001 0 101010 1011011 10110 100000 1010100 101010

Color Harmonies of #C67311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67311

Black with #C67311

Text Example


Text Example

White with #C67311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67311; }

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

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

background-color css

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

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

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

border-color css

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

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

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