#C68317

Color #C68317 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C68317

Tints of Ochre #C68317

Color information

#C68317 (or 0xC68317) is unknown color: approx Ochre. HEX triplet: C6, 83 and 17. RGB value is (198,131,23). Sum of RGB (Red+Green+Blue) = 198+131+23=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C68317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68317 is #397CE8. Grayscale: #8B8B8B. Windows color (decimal): -3767529 or 1541062. OLE color: 1541062.

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

Color convert

RGB19813123-
CMYK00.340.880.22
HSL37.03º79.19%43.33%-
HSV(B)37.03º88.38%77.65%-
XYZ31.5628.34.61-
YUV138.7262.7170.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.25%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 23 (9.38% from 255) = 6.53%
R=56.25%
G=37.22%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981312300.340.880.2237.0379.1943.33
HexC683170225816254f2b
Octal30620327042130264511753
Binary11000110100000111011101000101011000101101001011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68317; }

 p { color: rgb(198,131,23); }

 H1.HeaderClassName
 {
   color: #C68317;
 }
 .AnyTagClassName
 {
   color: #C68317;
 }
</style>
background-color css

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

 a { background-color: rgb(198,131,23); }

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

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

 span { border-color: rgb(198,131,23); }

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