#6F5433

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

Shades of Shingle Fawn #6F5433

Tints of Shingle Fawn #6F5433

Color information

#6F5433 (or 0x6F5433) is unknown color: approx Shingle Fawn. HEX triplet: 6F, 54 and 33. RGB value is (111,84,51). Sum of RGB (Red+Green+Blue) = 111+84+51=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5433 is #90ABCC. Grayscale: #585858. Windows color (decimal): -9481165 or 3363951. OLE color: 3363951.

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

Color convert

RGB1118451-
CMYK00.240.540.56
HSL33º37.04%31.76%-
HSV(B)33º54.05%43.53%-
XYZ10.329.964.51-
YUV88.31106.95144.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 51 (20.31% from 255) = 20.73%
R=45.12%
G=34.15%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111845100.240.540.563337.0431.76
Hex6F54330183638212520
Octal157124630306670414540
Binary11011111010100110011011000110110111000100001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,84,51); }

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

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

 a { background-color: rgb(111,84,51); }

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

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

 span { border-color: rgb(111,84,51); }

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