Html Css Color HEX #65685A Siam

📋 copy color: '#65685A'

red 101 ◦ green 104 ◦ blue 90

#65685A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Siam #65685A

Tints of Siam #65685A

RGB

 RED value IS 101 (39.84% from 255) = 34.24%

 GREEN value IS 104 (41.02% from 255) = 35.25%

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 34.24%
G = 35.25%
B = 30.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#65685A (or 0x65685A) is known color: Siam. HEX triplet: 65, 68 and 5A. RGB value is (101,104,90). Sum of RGB (Red+Green+Blue) = 101+104+90=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 104 - color contains mainly: green. Hex color #65685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65685A is #9A97A5. Grayscale: #656565. Windows color (decimal): -10131366 or 5924965. OLE color: 5924965.

HSL color Cylindrical-coordinate representation of color #65685A: hue angle of 72.86º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #65685A is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 104 90 -
CMYK 0.03 0 0.13 0.59
HSL 72.86º 0.07% 0.38% -
HSV(B) 72.86º 0.13% 0.41% -
XYZ 12.16 13.41 11.62 -
YUV 101.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 101 104 90 0.03 0 0.13 0.59 72.86 0.07 0.38
Hex 65 68 5A 3 0 D 3B 49 7 26
Octal 145 150 132 3 0 15 73 111 7 46
Binary 1100101 1101000 1011010 11 0 1101 111011 1001001 111 100110

Color Harmonies of #65685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65685A

Black with #65685A

Text Example


Text Example

White with #65685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65685A;
 }
 .AnyTagClassName
 {
   color: #65685A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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