Html Css Color HEX #635355 Don Juan

📋 copy color: '#635355'

red 99 ◦ green 83 ◦ blue 85

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

Shades of Don Juan #635355

Tints of Don Juan #635355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.84%

R = 37.08%
G = 31.09%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#635355 (or 0x635355) is known color: Don Juan. HEX triplet: 63, 53 and 55. RGB value is (99,83,85). Sum of RGB (Red+Green+Blue) = 99+83+85=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #635355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635355 is #9CACAA. Grayscale: #585858. Windows color (decimal): -10267819 or 5591907. OLE color: 5591907.

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

Color convert

RGB 99 83 85 -
CMYK 0 0.16 0.14 0.61
HSL 352.5º 0.09% 0.36% -
HSV(B) 352.5º 0.16% 0.39% -
XYZ 9.88 9.5 9.91 -
YUV 88.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 99 83 85 0 0.16 0.14 0.61 352.5 0.09 0.36
Hex 63 53 55 0 10 E 3D 160 9 24
Octal 143 123 125 0 20 16 75 540 11 44
Binary 1100011 1010011 1010101 0 10000 1110 111101 101100000 1001 100100

Color Harmonies of #635355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635355

Black with #635355

Text Example


Text Example

White with #635355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635355; }

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

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

background-color css

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

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

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

border-color css

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

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

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