#6A4502

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

Shades of Raw Umber #6A4502

Tints of Raw Umber #6A4502

Color information

#6A4502 (or 0x6A4502) is unknown color: approx Raw Umber. HEX triplet: 6A, 45 and 02. RGB value is (106,69,2). Sum of RGB (Red+Green+Blue) = 106+69+2=177 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.89% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4502 is #95BAFD. Grayscale: #484848. Windows color (decimal): -9812734 or 148842. OLE color: 148842.

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

Color convert

RGB106692-
CMYK00.350.980.58
HSL38.65º96.3%21.18%-
HSV(B)38.65º98.11%41.57%-
XYZ8.087.321.05-
YUV72.4288.26151.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 59.89%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 2 (1.17% from 255) = 1.13%
R=59.89%
G=38.98%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10669200.350.980.5838.6596.321.18
Hex6A452023623A276015
Octal1521052043142724714025
Binary110101010001011001000111100010111010100111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,69,2); }

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

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

 a { background-color: rgb(106,69,2); }

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

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

 span { border-color: rgb(106,69,2); }

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