#6f5c0d

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

Shades of Raw Umber #6F5C0D

Tints of Raw Umber #6F5C0D

Color information

#6F5C0D (or 0x6F5C0D) is unknown color: approx Raw Umber. HEX triplet: 6F, 5C and 0D. RGB value is (111,92,13). Sum of RGB (Red+Green+Blue) = 111+92+13=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5C0D is #90A3F2. Grayscale: #595959. Windows color (decimal): -9479155 or 875631. OLE color: 875631.

HSL color Cylindrical-coordinate representation of color #6F5C0D: hue angle of 48.37º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F5C0D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1119213-
CMYK00.170.880.56
HSL48.37º79.03%24.31%-
HSV(B)48.37º88.29%43.53%-
XYZ10.4611.061.97-
YUV88.6885.29143.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.39%
GREEN value IS 92 (36.33% from 255) = 42.59%
BLUE value IS 13 (5.47% from 255) = 6.02%
R=51.39%
G=42.59%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111921300.170.880.5648.3779.0324.31
Hex6F5CD0115838304f18
Octal15713415021130706011730
Binary1101111101110011010100011011000111000110000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f5c0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,92,13); }

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

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

 a { background-color: rgb(111,92,13); }

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

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

 span { border-color: rgb(111,92,13); }

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