#6F4C0B

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

Shades of Raw Umber #6F4C0B

Tints of Raw Umber #6F4C0B

Color information

#6F4C0B (or 0x6F4C0B) is unknown color: approx Raw Umber. HEX triplet: 6F, 4C and 0B. RGB value is (111,76,11). Sum of RGB (Red+Green+Blue) = 111+76+11=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4C0B is #90B3F4. Grayscale: #4F4F4F. Windows color (decimal): -9483253 or 740463. OLE color: 740463.

HSL color Cylindrical-coordinate representation of color #6F4C0B: hue angle of 39º 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 #6F4C0B is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1117611-
CMYK00.320.900.56
HSL39º81.97%23.92%-
HSV(B)39º90.09%43.53%-
XYZ9.28.571.49-
YUV79.0589.6150.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.06%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 11 (4.69% from 255) = 5.56%
R=56.06%
G=38.38%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111761100.320.900.563981.9723.92
Hex6F4CB0205A38275218
Octal15711413040132704712230
Binary11011111001100101101000001011010111000100111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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