#69754E

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

Shades of Siam #69754E

Tints of Siam #69754E

Color information

#69754E (or 0x69754E) is unknown color: approx Siam. HEX triplet: 69, 75 and 4E. RGB value is (105,117,78). Sum of RGB (Red+Green+Blue) = 105+117+78=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #69754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69754E is #968AB1. Grayscale: #6D6D6D. Windows color (decimal): -9865906 or 5141865. OLE color: 5141865.

HSL color Cylindrical-coordinate representation of color #69754E: hue angle of 78.46º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69754E is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB10511778-
CMYK0.1000.330.54
HSL78.46º20%38.24%-
HSV(B)78.46º33.33%45.88%-
XYZ13.5616.289.63-
YUV108.97110.52125.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 78 (30.86% from 255) = 26%
R=35%
G=39%
B=26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117780.1000.330.5478.462038.24
Hex69754EA021364e1426
Octal15116511612041661162446
Binary11010011110101100111010100100001110110100111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69754E; }

 p { color: rgb(105,117,78); }

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

<style>
 a { background-color: #69754E; }

 a { background-color: rgb(105,117,78); }

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

<style>
 span { border-color: #69754E; }

 span { border-color: rgb(105,117,78); }

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