#6B5313

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

Shades of Raw Umber #6B5313

Tints of Raw Umber #6B5313

Color information

#6B5313 (or 0x6B5313) is unknown color: approx Raw Umber. HEX triplet: 6B, 53 and 13. RGB value is (107,83,19). Sum of RGB (Red+Green+Blue) = 107+83+19=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5313 is #94ACEC. Grayscale: #535353. Windows color (decimal): -9743597 or 1266539. OLE color: 1266539.

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

Color convert

RGB1078319-
CMYK00.220.820.58
HSL43.64º69.84%24.71%-
HSV(B)43.64º82.24%41.96%-
XYZ9.279.361.93-
YUV82.8891.95145.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.20%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 19 (7.81% from 255) = 9.09%
R=51.20%
G=39.71%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107831900.220.820.5843.6469.8424.71
Hex6B5313016523A2c4619
Octal15312323026122725410631
Binary11010111010011100110101101010010111010101100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,83,19); }

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

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

 a { background-color: rgb(107,83,19); }

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

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

 span { border-color: rgb(107,83,19); }

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