#6B3B0A

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

Shades of Raw Umber #6B3B0A

Tints of Raw Umber #6B3B0A

Color information

#6B3B0A (or 0x6B3B0A) is unknown color: approx Raw Umber. HEX triplet: 6B, 3B and 0A. RGB value is (107,59,10). Sum of RGB (Red+Green+Blue) = 107+59+10=176 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.80% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3B0A is #94C4F5. Grayscale: #444444. Windows color (decimal): -9749750 or 670571. OLE color: 670571.

HSL color Cylindrical-coordinate representation of color #6B3B0A: hue angle of 30.31º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B3B0A is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.58.

Color convert

RGB1075910-
CMYK00.450.910.58
HSL30.31º82.91%22.94%-
HSV(B)30.31º90.65%41.96%-
XYZ7.686.281.09-
YUV67.7795.4155.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 60.80%
GREEN value IS 59 (23.44% from 255) = 33.52%
BLUE value IS 10 (4.30% from 255) = 5.68%
R=60.80%
G=33.52%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107591000.450.910.5830.3182.9122.94
Hex6B3BA02D5B3A1e5317
Octal1537312055133723612327
Binary110101111101110100101101101101111101011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,59,10); }

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

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

 a { background-color: rgb(107,59,10); }

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

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

 span { border-color: rgb(107,59,10); }

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