#6F7151

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

Shades of Siam #6F7151

Tints of Siam #6F7151

Color information

#6F7151 (or 0x6F7151) is unknown color: approx Siam. HEX triplet: 6F, 71 and 51. RGB value is (111,113,81). Sum of RGB (Red+Green+Blue) = 111+113+81=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7151 is #908EAE. Grayscale: #6C6C6C. Windows color (decimal): -9473711 or 5337455. OLE color: 5337455.

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

Color convert

RGB11111381-
CMYK0.0200.280.56
HSL63.75º16.49%38.04%-
HSV(B)63.75º28.32%44.31%-
XYZ13.9515.7810.1-
YUV108.75112.34129.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.39%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=36.39%
G=37.05%
B=26.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111113810.0200.280.5663.7516.4938.04
Hex6F7151201C38401026
Octal1571611212034701002046
Binary11011111110001101000110011100111000100000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,113,81); }

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

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

 a { background-color: rgb(111,113,81); }

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

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

 span { border-color: rgb(111,113,81); }

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