#6F3F05

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

Shades of Raw Umber #6F3F05

Tints of Raw Umber #6F3F05

Color information

#6F3F05 (or 0x6F3F05) is unknown color: approx Raw Umber. HEX triplet: 6F, 3F and 05. RGB value is (111,63,5). Sum of RGB (Red+Green+Blue) = 111+63+5=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3F05 is #90C0FA. Grayscale: #474747. Windows color (decimal): -9486587 or 343919. OLE color: 343919.

HSL color Cylindrical-coordinate representation of color #6F3F05: hue angle of 32.83º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F3F05 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB111635-
CMYK00.430.950.56
HSL32.83º91.38%22.75%-
HSV(B)32.83º95.5%43.53%-
XYZ8.366.951.04-
YUV70.7490.9156.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.01%
GREEN value IS 63 (25% from 255) = 35.20%
BLUE value IS 5 (2.34% from 255) = 2.79%
R=62.01%
G=35.20%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11163500.430.950.5632.8391.3822.75
Hex6F3F502B5F38215b17
Octal157775053137704113327
Binary110111111111110101010111011111111000100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,63,5); }

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

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

 a { background-color: rgb(111,63,5); }

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

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

 span { border-color: rgb(111,63,5); }

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