#68400B

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

Shades of Raw Umber #68400B

Tints of Raw Umber #68400B

Color information

#68400B (or 0x68400B) is unknown color: approx Raw Umber. HEX triplet: 68, 40 and 0B. RGB value is (104,64,11). Sum of RGB (Red+Green+Blue) = 104+64+11=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #68400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68400B is #97BFF4. Grayscale: #464646. Windows color (decimal): -9945077 or 737384. OLE color: 737384.

HSL color Cylindrical-coordinate representation of color #68400B: hue angle of 34.19º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68400B is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1046411-
CMYK00.380.890.59
HSL34.19º80.87%22.55%-
HSV(B)34.19º89.42%40.78%-
XYZ7.66.631.2-
YUV69.9294.75152.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 11 (4.69% from 255) = 6.15%
R=58.10%
G=35.75%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104641100.380.890.5934.1980.8722.55
Hex6840B026593B225117
Octal15010013046131734212127
Binary11010001000000101101001101011001111011100010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68400B; }

 p { color: rgb(104,64,11); }

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

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

 a { background-color: rgb(104,64,11); }

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

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

 span { border-color: rgb(104,64,11); }

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