#68501A

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

Shades of Raw Umber #68501A

Tints of Raw Umber #68501A

Color information

#68501A (or 0x68501A) is unknown color: approx Raw Umber. HEX triplet: 68, 50 and 1A. RGB value is (104,80,26). Sum of RGB (Red+Green+Blue) = 104+80+26=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #68501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68501A is #97AFE5. Grayscale: #515151. Windows color (decimal): -9940966 or 1724520. OLE color: 1724520.

HSL color Cylindrical-coordinate representation of color #68501A: hue angle of 41.54º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68501A is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1048026-
CMYK00.230.750.59
HSL41.54º60%25.49%-
HSV(B)41.54º75%40.78%-
XYZ8.768.752.21-
YUV81.0296.95144.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 26 (10.55% from 255) = 12.38%
R=49.52%
G=38.10%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104802600.230.750.5941.546025.49
Hex68501A0174B3B2a3c19
Octal1501203202711373527431
Binary1101000101000011010010111100101111101110101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,80,26); }

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

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

 a { background-color: rgb(104,80,26); }

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

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

 span { border-color: rgb(104,80,26); }

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