Html Css Color HEX #C67013 Ochre

📋 copy color: '#C67013'

red 198 ◦ green 112 ◦ blue 19

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

Shades of Ochre #C67013

Tints of Ochre #C67013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.04%

 BLUE value IS 19 (7.81% from 255) = 5.78%

R = 60.18%
G = 34.04%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C67013 (or 0xC67013) is known color: Ochre. HEX triplet: C6, 70 and 13. RGB value is (198,112,19). Sum of RGB (Red+Green+Blue) = 198+112+19=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C67013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67013 is #398FEC. Grayscale: #7F7F7F. Windows color (decimal): -3772397 or 1274054. OLE color: 1274054.

HSL color Cylindrical-coordinate representation of color #C67013: hue angle of 31.17º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C67013 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 19 -
CMYK 0 0.43 0.90 0.22
HSL 31.17º 0.82% 0.43% -
HSV(B) 31.17º 0.9% 0.78% -
XYZ 29.2 23.64 3.64 -
YUV 127.11 66.99 178.56 -
System Red Green Blue C M Y K H S L
Decimal 198 112 19 0 0.43 0.90 0.22 31.17 0.82 0.43
Hex C6 70 13 0 2B 5A 16 1F 52 2B
Octal 306 160 23 0 53 132 26 37 122 53
Binary 11000110 1110000 10011 0 101011 1011010 10110 11111 1010010 101011

Color Harmonies of #C67013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67013

Black with #C67013

Text Example


Text Example

White with #C67013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67013; }

 p { color: rgb(198,112,19); }

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

background-color css

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

 a { background-color: rgb(198,112,19); }

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

border-color css

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

 span { border-color: rgb(198,112,19); }

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