#68570c

Color #68570C Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #68570C

Tints of Raw Umber #68570C

Color information

#68570C (or 0x68570C) is unknown color: approx Raw Umber. HEX triplet: 68, 57 and 0C. RGB value is (104,87,12). Sum of RGB (Red+Green+Blue) = 104+87+12=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68570C is #97A8F3. Grayscale: #535353. Windows color (decimal): -9939188 or 808808. OLE color: 808808.

HSL color Cylindrical-coordinate representation of color #68570C: hue angle of 48.91º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68570C is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1048712-
CMYK00.160.880.59
HSL48.91º79.31%22.75%-
HSV(B)48.91º88.46%40.78%-
XYZ9.189.791.75-
YUV83.5387.63142.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 87 (34.38% from 255) = 42.86%
BLUE value IS 12 (5.08% from 255) = 5.91%
R=51.23%
G=42.86%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104871200.160.880.5948.9179.3122.75
Hex6857C010583B314f17
Octal15012714020130736111727
Binary1101000101011111000100001011000111011110001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68570c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68570c; }

 p { color: rgb(104,87,12); }

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

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

 a { background-color: rgb(104,87,12); }

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

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

 span { border-color: rgb(104,87,12); }

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