#69734D

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

Shades of Siam #69734D

Tints of Siam #69734D

Color information

#69734D (or 0x69734D) is unknown color: approx Siam. HEX triplet: 69, 73 and 4D. RGB value is (105,115,77). Sum of RGB (Red+Green+Blue) = 105+115+77=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #69734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69734D is #968CB2. Grayscale: #6B6B6B. Windows color (decimal): -9866419 or 5075817. OLE color: 5075817.

HSL color Cylindrical-coordinate representation of color #69734D: hue angle of 75.79º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69734D is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB10511577-
CMYK0.0900.330.55
HSL75.79º19.79%37.65%-
HSV(B)75.79º33.04%45.1%-
XYZ13.315.89.37-
YUV107.68110.69126.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 77 (30.47% from 255) = 25.93%
R=35.35%
G=38.72%
B=25.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115770.0900.330.5575.7919.7937.65
Hex69734D9021374c1426
Octal15116311511041671142446
Binary11010011110011100110110010100001110111100110010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69734D; }

 p { color: rgb(105,115,77); }

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

<style>
 a { background-color: #69734D; }

 a { background-color: rgb(105,115,77); }

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

<style>
 span { border-color: #69734D; }

 span { border-color: rgb(105,115,77); }

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