#6A3701

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

Shades of Raw Umber #6A3701

Tints of Raw Umber #6A3701

Color information

#6A3701 (or 0x6A3701) is unknown color: approx Raw Umber. HEX triplet: 6A, 37 and 01. RGB value is (106,55,1). Sum of RGB (Red+Green+Blue) = 106+55+1=162 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.43% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3701 is #95C8FE. Grayscale: #404040. Windows color (decimal): -9816319 or 79722. OLE color: 79722.

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

Color convert

RGB106551-
CMYK00.480.990.58
HSL30.86º98.13%20.98%-
HSV(B)30.86º99.06%41.57%-
XYZ7.325.80.76-
YUV64.0992.4157.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 65.43%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=65.43%
G=33.95%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10655100.480.990.5830.8698.1320.98
Hex6A371030633A1f6215
Octal152671060143723714225
Binary110101011011110110000110001111101011111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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