Html Css Color HEX #C67118 Ochre

📋 copy color: '#C67118'

red 198 ◦ green 113 ◦ blue 24

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

Shades of Ochre #C67118

Tints of Ochre #C67118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.16%

R = 59.1%
G = 33.73%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C67118 (or 0xC67118) is known color: Ochre. HEX triplet: C6, 71 and 18. RGB value is (198,113,24). Sum of RGB (Red+Green+Blue) = 198+113+24=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C67118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67118 is #398EE7. Grayscale: #808080. Windows color (decimal): -3772136 or 1601990. OLE color: 1601990.

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

Color convert

RGB 198 113 24 -
CMYK 0 0.43 0.88 0.22
HSL 30.69º 0.78% 0.44% -
HSV(B) 30.69º 0.88% 0.78% -
XYZ 29.36 23.88 3.93 -
YUV 128.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 198 113 24 0 0.43 0.88 0.22 30.69 0.78 0.44
Hex C6 71 18 0 2B 58 16 1F 4E 2C
Octal 306 161 30 0 53 130 26 37 116 54
Binary 11000110 1110001 11000 0 101011 1011000 10110 11111 1001110 101100

Color Harmonies of #C67118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67118

Black with #C67118

Text Example


Text Example

White with #C67118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67118; }

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

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

background-color css

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

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

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

border-color css

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

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

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