#65665A

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

Shades of Siam #65665A

Tints of Siam #65665A

Color information

#65665A (or 0x65665A) is unknown color: approx Siam. HEX triplet: 65, 66 and 5A. RGB value is (101,102,90). Sum of RGB (Red+Green+Blue) = 101+102+90=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 102 - color contains mainly: green. Hex color #65665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65665A is #9A99A5. Grayscale: #646464. Windows color (decimal): -10131878 or 5924453. OLE color: 5924453.

HSL color Cylindrical-coordinate representation of color #65665A: hue angle of 65º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #65665A is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB10110290-
CMYK0.0100.120.6
HSL65º6.25%37.65%-
HSV(B)65º11.76%40%-
XYZ11.9613.0111.55-
YUV100.33122.17128.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=34.47%
G=34.81%
B=30.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101102900.0100.120.6656.2537.65
Hex65665A10C3C41626
Octal145146132101474101646
Binary1100101110011010110101011001111001000001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65665A; }

 p { color: rgb(101,102,90); }

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

<style>
 a { background-color: #65665A; }

 a { background-color: rgb(101,102,90); }

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

<style>
 span { border-color: #65665A; }

 span { border-color: rgb(101,102,90); }

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