#6F4F0B

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

Shades of Raw Umber #6F4F0B

Tints of Raw Umber #6F4F0B

Color information

#6F4F0B (or 0x6F4F0B) is unknown color: approx Raw Umber. HEX triplet: 6F, 4F and 0B. RGB value is (111,79,11). Sum of RGB (Red+Green+Blue) = 111+79+11=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F4F0B is #90B0F4. Grayscale: #515151. Windows color (decimal): -9482485 or 741231. OLE color: 741231.

HSL color Cylindrical-coordinate representation of color #6F4F0B: hue angle of 40.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F4F0B is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1117911-
CMYK00.290.900.56
HSL40.8º81.97%23.92%-
HSV(B)40.8º90.09%43.53%-
XYZ9.4191.56-
YUV80.8288.6149.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.22%
GREEN value IS 79 (31.25% from 255) = 39.30%
BLUE value IS 11 (4.69% from 255) = 5.47%
R=55.22%
G=39.30%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111791100.290.900.5640.881.9723.92
Hex6F4FB01D5A38295218
Octal15711713035132705112230
Binary1101111100111110110111011011010111000101001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,79,11); }

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

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

 a { background-color: rgb(111,79,11); }

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

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

 span { border-color: rgb(111,79,11); }

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