#6A3801

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

Shades of Raw Umber #6A3801

Tints of Raw Umber #6A3801

Color information

#6A3801 (or 0x6A3801) is unknown color: approx Raw Umber. HEX triplet: 6A, 38 and 01. RGB value is (106,56,1). Sum of RGB (Red+Green+Blue) = 106+56+1=163 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.03% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3801 is #95C7FE. Grayscale: #404040. Windows color (decimal): -9816063 or 79978. OLE color: 79978.

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

Color convert

RGB106561-
CMYK00.470.990.58
HSL31.43º98.13%20.98%-
HSV(B)31.43º99.06%41.57%-
XYZ7.365.890.78-
YUV64.6892.06157.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 65.03%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=65.03%
G=34.36%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10656100.470.990.5831.4398.1320.98
Hex6A38102F633A1f6215
Octal152701057143723714225
Binary110101011100010101111110001111101011111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,56,1); }

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

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

 a { background-color: rgb(106,56,1); }

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

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

 span { border-color: rgb(106,56,1); }

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