#6B5506

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

Shades of Raw Umber #6B5506

Tints of Raw Umber #6B5506

Color information

#6B5506 (or 0x6B5506) is unknown color: approx Raw Umber. HEX triplet: 6B, 55 and 06. RGB value is (107,85,6). Sum of RGB (Red+Green+Blue) = 107+85+6=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5506 is #94AAF9. Grayscale: #525252. Windows color (decimal): -9743098 or 415083. OLE color: 415083.

HSL color Cylindrical-coordinate representation of color #6B5506: hue angle of 46.93º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B5506 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB107856-
CMYK00.210.940.58
HSL46.93º89.38%22.16%-
HSV(B)46.93º94.39%41.96%-
XYZ9.349.641.54-
YUV82.5784.79145.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.04%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 6 (2.73% from 255) = 3.03%
R=54.04%
G=42.93%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10785600.210.940.5846.9389.3822.16
Hex6B5560155E3A2f5916
Octal1531256025136725713126
Binary110101110101011100101011011110111010101111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,85,6); }

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

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

 a { background-color: rgb(107,85,6); }

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

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

 span { border-color: rgb(107,85,6); }

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