Html Css Color HEX #C68218 Ochre

📋 copy color: '#C68218'

red 198 ◦ green 130 ◦ blue 24

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

Shades of Ochre #C68218

Tints of Ochre #C68218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

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

R = 56.25%
G = 36.93%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C68218 (or 0xC68218) is known color: Ochre. HEX triplet: C6, 82 and 18. RGB value is (198,130,24). Sum of RGB (Red+Green+Blue) = 198+130+24=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C68218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68218 is #397DE7. Grayscale: #8A8A8A. Windows color (decimal): -3767784 or 1606342. OLE color: 1606342.

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

Color convert

RGB 198 130 24 -
CMYK 0 0.34 0.88 0.22
HSL 36.55º 0.78% 0.44% -
HSV(B) 36.55º 0.88% 0.78% -
XYZ 31.44 28.04 4.62 -
YUV 138.25 63.53 170.62 -
System Red Green Blue C M Y K H S L
Decimal 198 130 24 0 0.34 0.88 0.22 36.55 0.78 0.44
Hex C6 82 18 0 22 58 16 25 4E 2C
Octal 306 202 30 0 42 130 26 45 116 54
Binary 11000110 10000010 11000 0 100010 1011000 10110 100101 1001110 101100

Color Harmonies of #C68218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68218

Black with #C68218

Text Example


Text Example

White with #C68218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68218; }

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

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

background-color css

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

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

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

border-color css

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

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

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