#6F714B

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

Shades of Siam #6F714B

Tints of Siam #6F714B

Color information

#6F714B (or 0x6F714B) is unknown color: approx Siam. HEX triplet: 6F, 71 and 4B. RGB value is (111,113,75). Sum of RGB (Red+Green+Blue) = 111+113+75=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #6F714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F714B is #908EB4. Grayscale: #6C6C6C. Windows color (decimal): -9473717 or 4944239. OLE color: 4944239.

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

Color convert

RGB11111375-
CMYK0.0200.340.56
HSL63.16º20.21%36.86%-
HSV(B)63.16º33.63%44.31%-
XYZ13.7315.78.96-
YUV108.07109.34130.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.12%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=37.12%
G=37.79%
B=25.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111113750.0200.340.5663.1620.2136.86
Hex6F714B2022383f1425
Octal157161113204270772445
Binary11011111110001100101110010001011100011111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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