Html Css Color HEX #606352 Siam

📋 copy color: '#606352'

red 96 ◦ green 99 ◦ blue 82

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

Shades of Siam #606352

Tints of Siam #606352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 34.66%
G = 35.74%
B = 29.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#606352 (or 0x606352) is known color: Siam. HEX triplet: 60, 63 and 52. RGB value is (96,99,82). Sum of RGB (Red+Green+Blue) = 96+99+82=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 99 - color contains mainly: green. Hex color #606352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606352 is #9F9CAD. Grayscale: #606060. Windows color (decimal): -10460334 or 5399392. OLE color: 5399392.

HSL color Cylindrical-coordinate representation of color #606352: hue angle of 70.59º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606352 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 99 82 -
CMYK 0.03 0 0.17 0.61
HSL 70.59º 0.09% 0.35% -
HSV(B) 70.59º 0.17% 0.39% -
XYZ 10.81 12.02 9.73 -
YUV 96.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 96 99 82 0.03 0 0.17 0.61 70.59 0.09 0.35
Hex 60 63 52 3 0 11 3D 47 9 23
Octal 140 143 122 3 0 21 75 107 11 43
Binary 1100000 1100011 1010010 11 0 10001 111101 1000111 1001 100011

Color Harmonies of #606352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606352

Black with #606352

Text Example


Text Example

White with #606352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606352; }

 p { color: rgb(96,99,82); }

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

background-color css

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

 a { background-color: rgb(96,99,82); }

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

border-color css

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

 span { border-color: rgb(96,99,82); }

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