#6D5A02

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

Shades of Raw Umber #6D5A02

Tints of Raw Umber #6D5A02

Color information

#6D5A02 (or 0x6D5A02) is unknown color: approx Raw Umber. HEX triplet: 6D, 5A and 02. RGB value is (109,90,2). Sum of RGB (Red+Green+Blue) = 109+90+2=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5A02 is #92A5FD. Grayscale: #565656. Windows color (decimal): -9610750 or 154221. OLE color: 154221.

HSL color Cylindrical-coordinate representation of color #6D5A02: hue angle of 49.35º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D5A02 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.57.

Color convert

RGB109902-
CMYK00.170.980.57
HSL49.35º96.4%21.76%-
HSV(B)49.35º98.17%42.75%-
XYZ9.9710.571.57-
YUV85.6580.79144.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.23%
GREEN value IS 90 (35.55% from 255) = 44.78%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=54.23%
G=44.78%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10990200.170.980.5749.3596.421.76
Hex6D5A20116239316016
Octal1551322021142716114026
Binary11011011011010100100011100010111001110001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,90,2); }

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

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

 a { background-color: rgb(109,90,2); }

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

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

 span { border-color: rgb(109,90,2); }

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