Html Css Color HEX #606155 Siam

📋 copy color: '#606155'

red 96 ◦ green 97 ◦ blue 85

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

Shades of Siam #606155

Tints of Siam #606155

RGB

 RED value IS 96 (37.89% from 255) = 34.53%

 GREEN value IS 97 (38.28% from 255) = 34.89%

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 34.53%
G = 34.89%
B = 30.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#606155 (or 0x606155) is known color: Siam. HEX triplet: 60, 61 and 55. RGB value is (96,97,85). Sum of RGB (Red+Green+Blue) = 96+97+85=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 97 - color contains mainly: green. Hex color #606155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606155 is #9F9EAA. Grayscale: #5F5F5F. Windows color (decimal): -10460843 or 5595488. OLE color: 5595488.

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

Color convert

RGB 96 97 85 -
CMYK 0.01 0 0.12 0.62
HSL 65º 0.07% 0.36% -
HSV(B) 65º 0.12% 0.38% -
XYZ 10.74 11.69 10.29 -
YUV 95.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 96 97 85 0.01 0 0.12 0.62 65 0.07 0.36
Hex 60 61 55 1 0 C 3E 41 7 24
Octal 140 141 125 1 0 14 76 101 7 44
Binary 1100000 1100001 1010101 1 0 1100 111110 1000001 111 100100

Color Harmonies of #606155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606155

Black with #606155

Text Example


Text Example

White with #606155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606155; }

 p { color: rgb(96,97,85); }

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

background-color css

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

 a { background-color: rgb(96,97,85); }

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

border-color css

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

 span { border-color: rgb(96,97,85); }

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