#6C3A01

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

Shades of Raw Umber #6C3A01

Tints of Raw Umber #6C3A01

Color information

#6C3A01 (or 0x6C3A01) is unknown color: approx Raw Umber. HEX triplet: 6C, 3A and 01. RGB value is (108,58,1). Sum of RGB (Red+Green+Blue) = 108+58+1=167 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.67% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3A01 is #93C5FE. Grayscale: #424242. Windows color (decimal): -9684479 or 80492. OLE color: 80492.

HSL color Cylindrical-coordinate representation of color #6C3A01: hue angle of 31.96º 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 #6C3A01 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB108581-
CMYK00.460.990.58
HSL31.96º98.17%21.37%-
HSV(B)31.96º99.07%42.35%-
XYZ7.76.220.82-
YUV66.4591.06157.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 64.67%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=64.67%
G=34.73%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10858100.460.990.5831.9698.1721.37
Hex6C3A102E633A206215
Octal154721056143724014225
Binary1101100111010101011101100011111010100000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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