#69714F

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

Shades of Siam #69714F

Tints of Siam #69714F

Color information

#69714F (or 0x69714F) is unknown color: approx Siam. HEX triplet: 69, 71 and 4F. RGB value is (105,113,79). Sum of RGB (Red+Green+Blue) = 105+113+79=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #69714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69714F is #968EB0. Grayscale: #6A6A6A. Windows color (decimal): -9866929 or 5206377. OLE color: 5206377.

HSL color Cylindrical-coordinate representation of color #69714F: hue angle of 74.12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69714F is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB10511379-
CMYK0.0700.300.56
HSL74.12º17.71%37.65%-
HSV(B)74.12º30.09%44.31%-
XYZ13.1415.389.67-
YUV106.73112.35126.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=35.35%
G=38.05%
B=26.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105113790.0700.300.5674.1217.7137.65
Hex69714F701E384a1226
Octal1511611177036701122246
Binary110100111100011001111111011110111000100101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69714F; }

 p { color: rgb(105,113,79); }

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

<style>
 a { background-color: #69714F; }

 a { background-color: rgb(105,113,79); }

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

<style>
 span { border-color: #69714F; }

 span { border-color: rgb(105,113,79); }

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