#6F540F

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

Shades of Raw Umber #6F540F

Tints of Raw Umber #6F540F

Color information

#6F540F (or 0x6F540F) is unknown color: approx Raw Umber. HEX triplet: 6F, 54 and 0F. RGB value is (111,84,15). Sum of RGB (Red+Green+Blue) = 111+84+15=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F540F is #90ABF0. Grayscale: #545454. Windows color (decimal): -9481201 or 1004655. OLE color: 1004655.

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

Color convert

RGB1118415-
CMYK00.240.860.56
HSL43.12º76.19%24.71%-
HSV(B)43.12º86.49%43.53%-
XYZ9.819.751.82-
YUV84.2188.95147.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 15 (6.25% from 255) = 7.14%
R=52.86%
G=40%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111841500.240.860.5643.1276.1924.71
Hex6F54F01856382b4c19
Octal15712417030126705311431
Binary1101111101010011110110001010110111000101011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,84,15); }

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

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

 a { background-color: rgb(111,84,15); }

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

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

 span { border-color: rgb(111,84,15); }

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