#6C501D

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

Shades of Raw Umber #6C501D

Tints of Raw Umber #6C501D

Color information

#6C501D (or 0x6C501D) is unknown color: approx Raw Umber. HEX triplet: 6C, 50 and 1D. RGB value is (108,80,29). Sum of RGB (Red+Green+Blue) = 108+80+29=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C501D is #93AFE2. Grayscale: #525252. Windows color (decimal): -9678819 or 1921132. OLE color: 1921132.

HSL color Cylindrical-coordinate representation of color #6C501D: hue angle of 38.73º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C501D is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB1088029-
CMYK00.260.730.58
HSL38.73º57.66%26.86%-
HSV(B)38.73º73.15%42.35%-
XYZ9.279.012.41-
YUV82.5697.78146.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.77%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 29 (11.72% from 255) = 13.36%
R=49.77%
G=36.87%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108802900.260.730.5838.7357.6626.86
Hex6C501D01A493A273a1b
Octal1541203503211172477233
Binary1101100101000011101011010100100111101010011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,80,29); }

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

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

 a { background-color: rgb(108,80,29); }

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

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

 span { border-color: rgb(108,80,29); }

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