Html Css Color HEX #C67119 Ochre

📋 copy color: '#C67119'

red 198 ◦ green 113 ◦ blue 25

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

Shades of Ochre #C67119

Tints of Ochre #C67119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

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

R = 58.93%
G = 33.63%
B = 7.44%

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

#C67119 (or 0xC67119) is known color: Ochre. HEX triplet: C6, 71 and 19. RGB value is (198,113,25). Sum of RGB (Red+Green+Blue) = 198+113+25=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C67119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67119 is #398EE6. Grayscale: #808080. Windows color (decimal): -3772135 or 1667526. OLE color: 1667526.

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

Color convert

RGB 198 113 25 -
CMYK 0 0.43 0.87 0.22
HSL 30.52º 0.78% 0.44% -
HSV(B) 30.52º 0.87% 0.78% -
XYZ 29.37 23.89 3.98 -
YUV 128.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 198 113 25 0 0.43 0.87 0.22 30.52 0.78 0.44
Hex C6 71 19 0 2B 57 16 1F 4E 2C
Octal 306 161 31 0 53 127 26 37 116 54
Binary 11000110 1110001 11001 0 101011 1010111 10110 11111 1001110 101100

Color Harmonies of #C67119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67119

Black with #C67119

Text Example


Text Example

White with #C67119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67119; }

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

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

background-color css

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

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

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

border-color css

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

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

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