Html Css Color HEX #635362 Salt Box

📋 copy color: '#635362'

red 99 ◦ green 83 ◦ blue 98

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

Shades of Salt Box #635362

Tints of Salt Box #635362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

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

R = 35.36%
G = 29.64%
B = 35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#635362 (or 0x635362) is known color: Salt Box. HEX triplet: 63, 53 and 62. RGB value is (99,83,98). Sum of RGB (Red+Green+Blue) = 99+83+98=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 99 - color contains mainly: red. Hex color #635362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635362 is #9CAC9D. Grayscale: #595959. Windows color (decimal): -10267806 or 6443875. OLE color: 6443875.

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

Color convert

RGB 99 83 98 -
CMYK 0 0.16 0.01 0.61
HSL 303.75º 0.09% 0.36% -
HSV(B) 303.75º 0.16% 0.39% -
XYZ 10.44 9.72 12.88 -
YUV 89.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 99 83 98 0 0.16 0.01 0.61 303.75 0.09 0.36
Hex 63 53 62 0 10 1 3D 130 9 24
Octal 143 123 142 0 20 1 75 460 11 44
Binary 1100011 1010011 1100010 0 10000 1 111101 100110000 1001 100100

Color Harmonies of #635362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635362

Black with #635362

Text Example


Text Example

White with #635362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635362; }

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

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

background-color css

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

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

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

border-color css

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

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

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