#6F4B15

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

Shades of Raw Umber #6F4B15

Tints of Raw Umber #6F4B15

Color information

#6F4B15 (or 0x6F4B15) is unknown color: approx Raw Umber. HEX triplet: 6F, 4B and 15. RGB value is (111,75,21). Sum of RGB (Red+Green+Blue) = 111+75+21=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4B15 is #90B4EA. Grayscale: #4F4F4F. Windows color (decimal): -9483499 or 1395567. OLE color: 1395567.

HSL color Cylindrical-coordinate representation of color #6F4B15: hue angle of 36º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F4B15 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1117521-
CMYK00.320.810.56
HSL36º68.18%25.88%-
HSV(B)36º81.08%43.53%-
XYZ9.218.471.86-
YUV79.6194.93150.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.62%
GREEN value IS 75 (29.69% from 255) = 36.23%
BLUE value IS 21 (8.59% from 255) = 10.14%
R=53.62%
G=36.23%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111752100.320.810.563668.1825.88
Hex6F4B15020513824441a
Octal15711325040121704410432
Binary110111110010111010101000001010001111000100100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,75,21); }

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

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

 a { background-color: rgb(111,75,21); }

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

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

 span { border-color: rgb(111,75,21); }

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