#6D5C02

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

Shades of Raw Umber #6D5C02

Tints of Raw Umber #6D5C02

Color information

#6D5C02 (or 0x6D5C02) is unknown color: approx Raw Umber. HEX triplet: 6D, 5C and 02. RGB value is (109,92,2). Sum of RGB (Red+Green+Blue) = 109+92+2=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5C02 is #92A3FD. Grayscale: #575757. Windows color (decimal): -9610238 or 154733. OLE color: 154733.

HSL color Cylindrical-coordinate representation of color #6D5C02: hue angle of 50.47º 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 #6D5C02 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.57.

Color convert

RGB109922-
CMYK00.160.980.57
HSL50.47º96.4%21.76%-
HSV(B)50.47º98.17%42.75%-
XYZ10.1410.911.63-
YUV86.8280.13143.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.69%
GREEN value IS 92 (36.33% from 255) = 45.32%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=53.69%
G=45.32%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10992200.160.980.5750.4796.421.76
Hex6D5C20106239326016
Octal1551342020142716214026
Binary11011011011100100100001100010111001110010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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