#6B4314

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

Shades of Raw Umber #6B4314

Tints of Raw Umber #6B4314

Color information

#6B4314 (or 0x6B4314) is unknown color: approx Raw Umber. HEX triplet: 6B, 43 and 14. RGB value is (107,67,20). Sum of RGB (Red+Green+Blue) = 107+67+20=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4314 is #94BCEB. Grayscale: #494949. Windows color (decimal): -9747692 or 1327979. OLE color: 1327979.

HSL color Cylindrical-coordinate representation of color #6B4314: hue angle of 32.41º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B4314 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB1076720-
CMYK00.370.810.58
HSL32.41º68.5%24.9%-
HSV(B)32.41º81.31%41.96%-
XYZ8.27.191.62-
YUV73.697.75151.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.15%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=55.15%
G=34.54%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107672000.370.810.5832.4168.524.9
Hex6B4314025513A204519
Octal15310324045121724010531
Binary110101110000111010001001011010001111010100000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,67,20); }

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

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

 a { background-color: rgb(107,67,20); }

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

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

 span { border-color: rgb(107,67,20); }

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