Html Css Color HEX #63585B Don Juan

📋 copy color: '#63585B'

red 99 ◦ green 88 ◦ blue 91

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

Shades of Don Juan #63585B

Tints of Don Juan #63585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.65%

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 35.61%
G = 31.65%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63585B (or 0x63585B) is known color: Don Juan. HEX triplet: 63, 58 and 5B. RGB value is (99,88,91). Sum of RGB (Red+Green+Blue) = 99+88+91=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #63585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63585B is #9CA7A4. Grayscale: #5B5B5B. Windows color (decimal): -10266533 or 5986403. OLE color: 5986403.

HSL color Cylindrical-coordinate representation of color #63585B: hue angle of 343.64º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #63585B is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 88 91 -
CMYK 0 0.11 0.08 0.61
HSL 343.64º 0.06% 0.37% -
HSV(B) 343.64º 0.11% 0.39% -
XYZ 10.52 10.39 11.35 -
YUV 91.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 99 88 91 0 0.11 0.08 0.61 343.64 0.06 0.37
Hex 63 58 5B 0 B 8 3D 158 6 25
Octal 143 130 133 0 13 10 75 530 6 45
Binary 1100011 1011000 1011011 0 1011 1000 111101 101011000 110 100101

Color Harmonies of #63585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63585B

Black with #63585B

Text Example


Text Example

White with #63585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63585B; }

 p { color: rgb(99,88,91); }

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

background-color css

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

 a { background-color: rgb(99,88,91); }

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

border-color css

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

 span { border-color: rgb(99,88,91); }

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