#68430B

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

Shades of Raw Umber #68430B

Tints of Raw Umber #68430B

Color information

#68430B (or 0x68430B) is unknown color: approx Raw Umber. HEX triplet: 68, 43 and 0B. RGB value is (104,67,11). Sum of RGB (Red+Green+Blue) = 104+67+11=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68430B is #97BCF4. Grayscale: #474747. Windows color (decimal): -9944309 or 738152. OLE color: 738152.

HSL color Cylindrical-coordinate representation of color #68430B: hue angle of 36.13º 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 #68430B is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1046711-
CMYK00.360.890.59
HSL36.13º80.87%22.55%-
HSV(B)36.13º89.42%40.78%-
XYZ7.786.981.25-
YUV71.6893.76151.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 67 (26.56% from 255) = 36.81%
BLUE value IS 11 (4.69% from 255) = 6.04%
R=57.14%
G=36.81%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104671100.360.890.5936.1380.8722.55
Hex6843B024593B245117
Octal15010313044131734412127
Binary11010001000011101101001001011001111011100100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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