#6D5302

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

Shades of Raw Umber #6D5302

Tints of Raw Umber #6D5302

Color information

#6D5302 (or 0x6D5302) is unknown color: approx Raw Umber. HEX triplet: 6D, 53 and 02. RGB value is (109,83,2). Sum of RGB (Red+Green+Blue) = 109+83+2=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5302 is #92ACFD. Grayscale: #515151. Windows color (decimal): -9612542 or 152429. OLE color: 152429.

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

Color convert

RGB109832-
CMYK00.240.980.57
HSL45.42º96.4%21.76%-
HSV(B)45.42º98.17%42.75%-
XYZ9.419.441.38-
YUV81.5483.11147.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 56.19%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=56.19%
G=42.78%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10983200.240.980.5745.4296.421.76
Hex6D53201862392d6016
Octal1551232030142715514026
Binary11011011010011100110001100010111001101101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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