#6F5532

Color #6F5532 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #6F5532

Tints of Shingle Fawn #6F5532

Color information

#6F5532 (or 0x6F5532) is unknown color: approx Shingle Fawn. HEX triplet: 6F, 55 and 32. RGB value is (111,85,50). Sum of RGB (Red+Green+Blue) = 111+85+50=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5532 is #90AACD. Grayscale: #585858. Windows color (decimal): -9480910 or 3298671. OLE color: 3298671.

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

Color convert

RGB1118550-
CMYK00.230.550.56
HSL34.43º37.89%31.57%-
HSV(B)34.43º54.95%43.53%-
XYZ10.3810.114.42-
YUV88.78106.11143.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=45.12%
G=34.55%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111855000.230.550.5634.4337.8931.57
Hex6F55320173738222620
Octal157125620276770424640
Binary11011111010101110010010111110111111000100010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,85,50); }

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

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

 a { background-color: rgb(111,85,50); }

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

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

 span { border-color: rgb(111,85,50); }

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