#6C5315

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

Shades of Raw Umber #6C5315

Tints of Raw Umber #6C5315

Color information

#6C5315 (or 0x6C5315) is unknown color: approx Raw Umber. HEX triplet: 6C, 53 and 15. RGB value is (108,83,21). Sum of RGB (Red+Green+Blue) = 108+83+21=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5315 is #93ACEA. Grayscale: #535353. Windows color (decimal): -9678059 or 1397612. OLE color: 1397612.

HSL color Cylindrical-coordinate representation of color #6C5315: hue angle of 42.76º degrees, saturation: 0.67, 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 #6C5315 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB1088321-
CMYK00.230.810.58
HSL42.76º67.44%25.29%-
HSV(B)42.76º80.56%42.35%-
XYZ9.419.432.03-
YUV83.4192.78145.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.94%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 21 (8.59% from 255) = 9.91%
R=50.94%
G=39.15%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108832100.230.810.5842.7667.4425.29
Hex6C5315017513A2b4319
Octal15412325027121725310331
Binary11011001010011101010101111010001111010101011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,83,21); }

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

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

 a { background-color: rgb(108,83,21); }

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

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

 span { border-color: rgb(108,83,21); }

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