#6F5104

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

Shades of Raw Umber #6F5104

Tints of Raw Umber #6F5104

Color information

#6F5104 (or 0x6F5104) is unknown color: approx Raw Umber. HEX triplet: 6F, 51 and 04. RGB value is (111,81,4). Sum of RGB (Red+Green+Blue) = 111+81+4=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5104 is #90AEFB. Grayscale: #515151. Windows color (decimal): -9481980 or 282991. OLE color: 282991.

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

Color convert

RGB111814-
CMYK00.270.960.56
HSL43.18º93.04%22.55%-
HSV(B)43.18º96.4%43.53%-
XYZ9.529.271.4-
YUV81.1984.44149.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.63%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 4 (1.95% from 255) = 2.04%
R=56.63%
G=41.33%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11181400.270.960.5643.1893.0422.55
Hex6F51401B60382b5d17
Octal1571214033140705313527
Binary110111110100011000110111100000111000101011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,81,4); }

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

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

 a { background-color: rgb(111,81,4); }

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

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

 span { border-color: rgb(111,81,4); }

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