#68560A

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

Shades of Raw Umber #68560A

Tints of Raw Umber #68560A

Color information

#68560A (or 0x68560A) is unknown color: approx Raw Umber. HEX triplet: 68, 56 and 0A. RGB value is (104,86,10). Sum of RGB (Red+Green+Blue) = 104+86+10=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68560A is #97A9F5. Grayscale: #535353. Windows color (decimal): -9939446 or 677480. OLE color: 677480.

HSL color Cylindrical-coordinate representation of color #68560A: hue angle of 48.51º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68560A is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1048610-
CMYK00.170.900.59
HSL48.51º82.46%22.35%-
HSV(B)48.51º90.38%40.78%-
XYZ9.099.621.66-
YUV82.7286.96143.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 10 (4.30% from 255) = 5%
R=52%
G=43%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104861000.170.900.5948.5182.4622.35
Hex6856A0115A3B315216
Octal15012612021132736112226
Binary1101000101011010100100011011010111011110001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68560A; }

 p { color: rgb(104,86,10); }

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

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

 a { background-color: rgb(104,86,10); }

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

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

 span { border-color: rgb(104,86,10); }

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