#6F5305

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

Shades of Raw Umber #6F5305

Tints of Raw Umber #6F5305

Color information

#6F5305 (or 0x6F5305) is unknown color: approx Raw Umber. HEX triplet: 6F, 53 and 05. RGB value is (111,83,5). Sum of RGB (Red+Green+Blue) = 111+83+5=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5305 is #90ACFA. Grayscale: #525252. Windows color (decimal): -9481467 or 349039. OLE color: 349039.

HSL color Cylindrical-coordinate representation of color #6F5305: hue angle of 44.15º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F5305 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB111835-
CMYK00.250.950.56
HSL44.15º91.38%22.75%-
HSV(B)44.15º95.5%43.53%-
XYZ9.689.581.48-
YUV82.4884.28148.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=55.78%
G=41.71%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11183500.250.950.5644.1591.3822.75
Hex6F5350195F382c5b17
Octal1571235031137705413327
Binary110111110100111010110011011111111000101100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,83,5); }

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

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

 a { background-color: rgb(111,83,5); }

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

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

 span { border-color: rgb(111,83,5); }

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