#6A3D04

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

Shades of Raw Umber #6A3D04

Tints of Raw Umber #6A3D04

Color information

#6A3D04 (or 0x6A3D04) is unknown color: approx Raw Umber. HEX triplet: 6A, 3D and 04. RGB value is (106,61,4). Sum of RGB (Red+Green+Blue) = 106+61+4=171 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.99% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3D04 is #95C2FB. Grayscale: #444444. Windows color (decimal): -9814780 or 277866. OLE color: 277866.

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

Color convert

RGB106614-
CMYK00.420.960.58
HSL33.53º92.73%21.57%-
HSV(B)33.53º96.23%41.57%-
XYZ7.636.410.95-
YUV67.9691.91155.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 61.99%
GREEN value IS 61 (24.22% from 255) = 35.67%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=61.99%
G=35.67%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10661400.420.960.5833.5392.7321.57
Hex6A3D402A603A225d16
Octal152754052140724213526
Binary110101011110110001010101100000111010100010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,61,4); }

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

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

 a { background-color: rgb(106,61,4); }

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

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

 span { border-color: rgb(106,61,4); }

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