#635152

Color #635152 Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #635152

Tints of Don Juan #635152

Color information

#635152 (or 0x635152) is unknown color: approx Don Juan. HEX triplet: 63, 51 and 52. RGB value is (99,81,82). Sum of RGB (Red+Green+Blue) = 99+81+82=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #635152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635152 is #9CAEAD. Grayscale: #565656. Windows color (decimal): -10268334 or 5394787. OLE color: 5394787.

HSL color Cylindrical-coordinate representation of color #635152: hue angle of 356.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #635152 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB998182-
CMYK00.180.170.61
HSL356.67º10%35.29%-
HSV(B)356.67º18.18%38.82%-
XYZ9.619.159.24-
YUV86.5125.46136.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=37.79%
G=30.92%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99818200.180.170.61356.671035.29
Hex635152012113D165a23
Octal14312112202221755451243
Binary110001110100011010010010010100011111011011001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635152; }

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

 H1.HeaderClassName
 {
   color: #635152;
 }
 .AnyTagClassName
 {
   color: #635152;
 }
</style>
background-color css

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

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

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

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

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

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