Html Css Color HEX #635461 Salt Box

📋 copy color: '#635461'

red 99 ◦ green 84 ◦ blue 97

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

Shades of Salt Box #635461

Tints of Salt Box #635461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 35.36%
G = 30%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#635461 (or 0x635461) is known color: Salt Box. HEX triplet: 63, 54 and 61. RGB value is (99,84,97). Sum of RGB (Red+Green+Blue) = 99+84+97=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 99 - color contains mainly: red. Hex color #635461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635461 is #9CAB9E. Grayscale: #595959. Windows color (decimal): -10267551 or 6378595. OLE color: 6378595.

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

Color convert

RGB 99 84 97 -
CMYK 0 0.15 0.02 0.61
HSL 308º 0.08% 0.36% -
HSV(B) 308º 0.15% 0.39% -
XYZ 10.47 9.86 12.66 -
YUV 89.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 99 84 97 0 0.15 0.02 0.61 308 0.08 0.36
Hex 63 54 61 0 F 2 3D 134 8 24
Octal 143 124 141 0 17 2 75 464 10 44
Binary 1100011 1010100 1100001 0 1111 10 111101 100110100 1000 100100

Color Harmonies of #635461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635461

Black with #635461

Text Example


Text Example

White with #635461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635461; }

 p { color: rgb(99,84,97); }

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

background-color css

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

 a { background-color: rgb(99,84,97); }

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

border-color css

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

 span { border-color: rgb(99,84,97); }

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