Html Css Color HEX #C67019 Ochre

📋 copy color: '#C67019'

red 198 ◦ green 112 ◦ blue 25

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

Shades of Ochre #C67019

Tints of Ochre #C67019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.46%

R = 59.1%
G = 33.43%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C67019 (or 0xC67019) is known color: Ochre. HEX triplet: C6, 70 and 19. RGB value is (198,112,25). Sum of RGB (Red+Green+Blue) = 198+112+25=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C67019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67019 is #398FE6. Grayscale: #808080. Windows color (decimal): -3772391 or 1667270. OLE color: 1667270.

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

Color convert

RGB 198 112 25 -
CMYK 0 0.43 0.87 0.22
HSL 30.17º 0.78% 0.44% -
HSV(B) 30.17º 0.87% 0.78% -
XYZ 29.26 23.66 3.95 -
YUV 127.8 69.99 178.07 -
System Red Green Blue C M Y K H S L
Decimal 198 112 25 0 0.43 0.87 0.22 30.17 0.78 0.44
Hex C6 70 19 0 2B 57 16 1E 4E 2C
Octal 306 160 31 0 53 127 26 36 116 54
Binary 11000110 1110000 11001 0 101011 1010111 10110 11110 1001110 101100

Color Harmonies of #C67019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67019

Black with #C67019

Text Example


Text Example

White with #C67019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67019; }

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

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

background-color css

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

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

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

border-color css

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

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

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