#6F531A

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

Shades of Raw Umber #6F531A

Tints of Raw Umber #6F531A

Color information

#6F531A (or 0x6F531A) is unknown color: approx Raw Umber. HEX triplet: 6F, 53 and 1A. RGB value is (111,83,26). Sum of RGB (Red+Green+Blue) = 111+83+26=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F531A is #90ACE5. Grayscale: #555555. Windows color (decimal): -9481446 or 1725295. OLE color: 1725295.

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

Color convert

RGB1118326-
CMYK00.250.770.56
HSL40.24º62.04%26.86%-
HSV(B)40.24º76.58%43.53%-
XYZ9.849.642.32-
YUV84.8794.78146.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.45%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=50.45%
G=37.73%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111832600.250.770.5640.2462.0426.86
Hex6F531A0194D38283e1b
Octal1571233203111570507633
Binary1101111101001111010011001100110111100010100011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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