#68550A

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

Shades of Raw Umber #68550A

Tints of Raw Umber #68550A

Color information

#68550A (or 0x68550A) is unknown color: approx Raw Umber. HEX triplet: 68, 55 and 0A. RGB value is (104,85,10). Sum of RGB (Red+Green+Blue) = 104+85+10=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68550A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68550A is #97AAF5. Grayscale: #525252. Windows color (decimal): -9939702 or 677224. OLE color: 677224.

HSL color Cylindrical-coordinate representation of color #68550A: hue angle of 47.87º 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 #68550A is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1048510-
CMYK00.180.900.59
HSL47.87º82.46%22.35%-
HSV(B)47.87º90.38%40.78%-
XYZ9.019.461.64-
YUV82.1387.29143.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=52.26%
G=42.71%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104851000.180.900.5947.8782.4622.35
Hex6855A0125A3B305216
Octal15012512022132736012226
Binary1101000101010110100100101011010111011110000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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