Html Css Color HEX #635262 Salt Box

📋 copy color: '#635262'

red 99 ◦ green 82 ◦ blue 98

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

Shades of Salt Box #635262

Tints of Salt Box #635262

RGB

 RED value IS 99 (39.06% from 255) = 35.48%

 GREEN value IS 82 (32.42% from 255) = 29.39%

 BLUE value IS 98 (38.67% from 255) = 35.13%

R = 35.48%
G = 29.39%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#635262 (or 0x635262) is known color: Salt Box. HEX triplet: 63, 52 and 62. RGB value is (99,82,98). Sum of RGB (Red+Green+Blue) = 99+82+98=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #635262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635262 is #9CAD9D. Grayscale: #585858. Windows color (decimal): -10268062 or 6443619. OLE color: 6443619.

HSL color Cylindrical-coordinate representation of color #635262: hue angle of 303.53º 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 #635262 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 82 98 -
CMYK 0 0.17 0.01 0.61
HSL 303.53º 0.09% 0.35% -
HSV(B) 303.53º 0.17% 0.39% -
XYZ 10.37 9.57 12.86 -
YUV 88.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 99 82 98 0 0.17 0.01 0.61 303.53 0.09 0.35
Hex 63 52 62 0 11 1 3D 130 9 23
Octal 143 122 142 0 21 1 75 460 11 43
Binary 1100011 1010010 1100010 0 10001 1 111101 100110000 1001 100011

Color Harmonies of #635262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635262

Black with #635262

Text Example


Text Example

White with #635262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635262; }

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

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

background-color css

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

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

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

border-color css

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

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

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