#6C5801

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

Shades of Raw Umber #6C5801

Tints of Raw Umber #6C5801

Color information

#6C5801 (or 0x6C5801) is unknown color: approx Raw Umber. HEX triplet: 6C, 58 and 01. RGB value is (108,88,1). Sum of RGB (Red+Green+Blue) = 108+88+1=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5801 is #93A7FE. Grayscale: #545454. Windows color (decimal): -9676799 or 88172. OLE color: 88172.

HSL color Cylindrical-coordinate representation of color #6C5801: hue angle of 48.79º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C5801 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB108881-
CMYK00.190.990.58
HSL48.79º98.17%21.37%-
HSV(B)48.79º99.07%42.35%-
XYZ9.6810.171.48-
YUV84.0681.13145.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54.82%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=54.82%
G=44.67%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10888100.190.990.5848.7998.1721.37
Hex6C581013633A316215
Octal1541301023143726114225
Binary1101100101100010100111100011111010110001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,88,1); }

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

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

 a { background-color: rgb(108,88,1); }

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

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

 span { border-color: rgb(108,88,1); }

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