#6F480B

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

Shades of Raw Umber #6F480B

Tints of Raw Umber #6F480B

Color information

#6F480B (or 0x6F480B) is unknown color: approx Raw Umber. HEX triplet: 6F, 48 and 0B. RGB value is (111,72,11). Sum of RGB (Red+Green+Blue) = 111+72+11=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F480B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F480B is #90B7F4. Grayscale: #4C4C4C. Windows color (decimal): -9484277 or 739439. OLE color: 739439.

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

Color convert

RGB1117211-
CMYK00.350.900.56
HSL36.6º81.97%23.92%-
HSV(B)36.6º90.09%43.53%-
XYZ8.938.041.4-
YUV76.7190.92152.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.22%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 11 (4.69% from 255) = 5.67%
R=57.22%
G=37.11%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111721100.350.900.5636.681.9723.92
Hex6F48B0235A38255218
Octal15711013043132704512230
Binary11011111001000101101000111011010111000100101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F480B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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