#65694C

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

Shades of Siam #65694C

Tints of Siam #65694C

Color information

#65694C (or 0x65694C) is unknown color: approx Siam. HEX triplet: 65, 69 and 4C. RGB value is (101,105,76). Sum of RGB (Red+Green+Blue) = 101+105+76=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #65694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65694C is #9A96B3. Grayscale: #646464. Windows color (decimal): -10131124 or 5007717. OLE color: 5007717.

HSL color Cylindrical-coordinate representation of color #65694C: hue angle of 68.28º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65694C is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB10110576-
CMYK0.0400.280.59
HSL68.28º16.02%35.49%-
HSV(B)68.28º27.62%41.18%-
XYZ11.7213.398.8-
YUV100.5114.17128.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.82%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=35.82%
G=37.23%
B=26.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101105760.0400.280.5968.2816.0235.49
Hex65694C401C3B441023
Octal1451511144034731042043
Binary110010111010011001100100011100111011100010010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65694C; }

 p { color: rgb(101,105,76); }

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

<style>
 a { background-color: #65694C; }

 a { background-color: rgb(101,105,76); }

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

<style>
 span { border-color: #65694C; }

 span { border-color: rgb(101,105,76); }

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