#6B4100

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

Shades of Raw Umber #6B4100

Tints of Raw Umber #6B4100

Color information

#6B4100 (or 0x6B4100) is unknown color: approx Raw Umber. HEX triplet: 6B, 41 and 00. RGB value is (107,65,0). Sum of RGB (Red+Green+Blue) = 107+65+0=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4100 is #94BEFF. Grayscale: #464646. Windows color (decimal): -9748224 or 16747. OLE color: 16747.

HSL color Cylindrical-coordinate representation of color #6B4100: hue angle of 36.45º 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 #6B4100 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB107650-
CMYK00.3910.58
HSL36.45º100%20.98%-
HSV(B)36.45º100%41.96%-
XYZ7.956.910.91-
YUV70.1588.41154.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 62.21%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.21%
G=37.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10765000.3910.5836.4510020.98
Hex6B410027643A246415
Octal1531010047144724414425
Binary11010111000001001001111100100111010100100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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