Html Css Color HEX #606253 Siam

📋 copy color: '#606253'

red 96 ◦ green 98 ◦ blue 83

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

Shades of Siam #606253

Tints of Siam #606253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 34.66%
G = 35.38%
B = 29.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#606253 (or 0x606253) is known color: Siam. HEX triplet: 60, 62 and 53. RGB value is (96,98,83). Sum of RGB (Red+Green+Blue) = 96+98+83=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 98 - color contains mainly: green. Hex color #606253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606253 is #9F9DAC. Grayscale: #5F5F5F. Windows color (decimal): -10460589 or 5464672. OLE color: 5464672.

HSL color Cylindrical-coordinate representation of color #606253: hue angle of 68º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #606253 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 98 83 -
CMYK 0.02 0 0.15 0.62
HSL 68º 0.08% 0.35% -
HSV(B) 68º 0.15% 0.38% -
XYZ 10.75 11.85 9.9 -
YUV 95.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 96 98 83 0.02 0 0.15 0.62 68 0.08 0.35
Hex 60 62 53 2 0 F 3E 44 8 23
Octal 140 142 123 2 0 17 76 104 10 43
Binary 1100000 1100010 1010011 10 0 1111 111110 1000100 1000 100011

Color Harmonies of #606253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606253

Black with #606253

Text Example


Text Example

White with #606253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606253; }

 p { color: rgb(96,98,83); }

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

background-color css

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

 a { background-color: rgb(96,98,83); }

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

border-color css

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

 span { border-color: rgb(96,98,83); }

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