Html Css Color HEX #C67014 Ochre

📋 copy color: '#C67014'

red 198 ◦ green 112 ◦ blue 20

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

Shades of Ochre #C67014

Tints of Ochre #C67014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.06%

R = 60%
G = 33.94%
B = 6.06%

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

#C67014 (or 0xC67014) is known color: Ochre. HEX triplet: C6, 70 and 14. RGB value is (198,112,20). Sum of RGB (Red+Green+Blue) = 198+112+20=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C67014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67014 is #398FEB. Grayscale: #7F7F7F. Windows color (decimal): -3772396 or 1339590. OLE color: 1339590.

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

Color convert

RGB 198 112 20 -
CMYK 0 0.43 0.90 0.22
HSL 31.01º 0.82% 0.43% -
HSV(B) 31.01º 0.9% 0.78% -
XYZ 29.21 23.64 3.69 -
YUV 127.23 67.49 178.48 -
System Red Green Blue C M Y K H S L
Decimal 198 112 20 0 0.43 0.90 0.22 31.01 0.82 0.43
Hex C6 70 14 0 2B 5A 16 1F 52 2B
Octal 306 160 24 0 53 132 26 37 122 53
Binary 11000110 1110000 10100 0 101011 1011010 10110 11111 1010010 101011

Color Harmonies of #C67014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67014

Black with #C67014

Text Example


Text Example

White with #C67014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67014; }

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

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

background-color css

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

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

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

border-color css

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

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

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