Html Css Color HEX #C06E14 Ochre

📋 copy color: '#C06E14'

red 192 ◦ green 110 ◦ blue 20

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

Shades of Ochre #C06E14

Tints of Ochre #C06E14

RGB

 RED value IS 192 (75.39% from 255) = 59.63%

 GREEN value IS 110 (43.36% from 255) = 34.16%

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

R = 59.63%
G = 34.16%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C06E14 (or 0xC06E14) is known color: Ochre. HEX triplet: C0, 6E and 14. RGB value is (192,110,20). Sum of RGB (Red+Green+Blue) = 192+110+20=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06E14 is #3F91EB. Grayscale: #7C7C7C. Windows color (decimal): -4166124 or 1339072. OLE color: 1339072.

HSL color Cylindrical-coordinate representation of color #C06E14: hue angle of 31.4º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C06E14 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 20 -
CMYK 0 0.43 0.90 0.25
HSL 31.4º 0.81% 0.42% -
HSV(B) 31.4º 0.9% 0.75% -
XYZ 27.44 22.41 3.54 -
YUV 124.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 192 110 20 0 0.43 0.90 0.25 31.4 0.81 0.42
Hex C0 6E 14 0 2B 5A 19 1F 51 2A
Octal 300 156 24 0 53 132 31 37 121 52
Binary 11000000 1101110 10100 0 101011 1011010 11001 11111 1010001 101010

Color Harmonies of #C06E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E14

Black with #C06E14

Text Example


Text Example

White with #C06E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E14; }

 p { color: rgb(192,110,20); }

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

background-color css

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

 a { background-color: rgb(192,110,20); }

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

border-color css

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

 span { border-color: rgb(192,110,20); }

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