#6F5C0B

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

Shades of Raw Umber #6F5C0B

Tints of Raw Umber #6F5C0B

Color information

#6F5C0B (or 0x6F5C0B) is unknown color: approx Raw Umber. HEX triplet: 6F, 5C and 0B. RGB value is (111,92,11). Sum of RGB (Red+Green+Blue) = 111+92+11=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5C0B is #90A3F4. Grayscale: #585858. Windows color (decimal): -9479157 or 744559. OLE color: 744559.

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

Color convert

RGB1119211-
CMYK00.170.900.56
HSL48.6º81.97%23.92%-
HSV(B)48.6º90.09%43.53%-
XYZ10.4411.061.9-
YUV88.4584.29144.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.87%
GREEN value IS 92 (36.33% from 255) = 42.99%
BLUE value IS 11 (4.69% from 255) = 5.14%
R=51.87%
G=42.99%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111921100.170.900.5648.681.9723.92
Hex6F5CB0115A38315218
Octal15713413021132706112230
Binary1101111101110010110100011011010111000110001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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