#6B4007

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

Shades of Raw Umber #6B4007

Tints of Raw Umber #6B4007

Color information

#6B4007 (or 0x6B4007) is unknown color: approx Raw Umber. HEX triplet: 6B, 40 and 07. RGB value is (107,64,7). Sum of RGB (Red+Green+Blue) = 107+64+7=178 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.11% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4007 is #94BFF8. Grayscale: #464646. Windows color (decimal): -9748473 or 475243. OLE color: 475243.

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

Color convert

RGB107647-
CMYK00.400.930.58
HSL34.2º87.72%22.35%-
HSV(B)34.2º93.46%41.96%-
XYZ7.946.811.1-
YUV70.3692.25154.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 60.11%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=60.11%
G=35.96%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10764700.400.930.5834.287.7222.35
Hex6B4070285D3A225816
Octal1531007050135724213026
Binary1101011100000011101010001011101111010100010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,64,7); }

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

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

 a { background-color: rgb(107,64,7); }

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

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

 span { border-color: rgb(107,64,7); }

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