#6B5A0B

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

Shades of Raw Umber #6B5A0B

Tints of Raw Umber #6B5A0B

Color information

#6B5A0B (or 0x6B5A0B) is unknown color: approx Raw Umber. HEX triplet: 6B, 5A and 0B. RGB value is (107,90,11). Sum of RGB (Red+Green+Blue) = 107+90+11=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5A0B is #94A5F4. Grayscale: #565656. Windows color (decimal): -9741813 or 744043. OLE color: 744043.

HSL color Cylindrical-coordinate representation of color #6B5A0B: hue angle of 49.38º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B5A0B is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB1079011-
CMYK00.160.900.58
HSL49.38º81.36%23.14%-
HSV(B)49.38º89.72%41.96%-
XYZ9.7810.461.82-
YUV86.0885.63142.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.44%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 11 (4.69% from 255) = 5.29%
R=51.44%
G=43.27%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107901100.160.900.5849.3881.3623.14
Hex6B5AB0105A3A315117
Octal15313213020132726112127
Binary1101011101101010110100001011010111010110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B5A0B; }

 p { color: rgb(107,90,11); }

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

<style>
 a { background-color: #6B5A0B; }

 a { background-color: rgb(107,90,11); }

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

<style>
 span { border-color: #6B5A0B; }

 span { border-color: rgb(107,90,11); }

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