#6B4500

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

Shades of Raw Umber #6B4500

Tints of Raw Umber #6B4500

Color information

#6B4500 (or 0x6B4500) is unknown color: approx Raw Umber. HEX triplet: 6B, 45 and 00. RGB value is (107,69,0). Sum of RGB (Red+Green+Blue) = 107+69+0=176 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.80% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4500 is #94BAFF. Grayscale: #484848. Windows color (decimal): -9747200 or 17771. OLE color: 17771.

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

Color convert

RGB107690-
CMYK00.3610.58
HSL38.69º100%20.98%-
HSV(B)38.69º100%41.96%-
XYZ8.197.380.99-
YUV72.587.09152.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 60.80%
GREEN value IS 69 (27.34% from 255) = 39.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.80%
G=39.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10769000.3610.5838.6910020.98
Hex6B450024643A276415
Octal1531050044144724714425
Binary11010111000101001001001100100111010100111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,69,0); }

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

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

 a { background-color: rgb(107,69,0); }

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

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

 span { border-color: rgb(107,69,0); }

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