Html Css Color HEX #63474B Don Juan

📋 copy color: '#63474B'

red 99 ◦ green 71 ◦ blue 75

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

Shades of Don Juan #63474B

Tints of Don Juan #63474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

 BLUE value IS 75 (29.69% from 255) = 30.61%

R = 40.41%
G = 28.98%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#63474B (or 0x63474B) is known color: Don Juan. HEX triplet: 63, 47 and 4B. RGB value is (99,71,75). Sum of RGB (Red+Green+Blue) = 99+71+75=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63474B is #9CB8B4. Grayscale: #4F4F4F. Windows color (decimal): -10270901 or 4933475. OLE color: 4933475.

HSL color Cylindrical-coordinate representation of color #63474B: hue angle of 351.43º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63474B is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 71 75 -
CMYK 0 0.28 0.24 0.61
HSL 351.43º 0.16% 0.33% -
HSV(B) 351.43º 0.28% 0.39% -
XYZ 8.67 7.67 7.68 -
YUV 79.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 99 71 75 0 0.28 0.24 0.61 351.43 0.16 0.33
Hex 63 47 4B 0 1C 18 3D 15F 10 21
Octal 143 107 113 0 34 30 75 537 20 41
Binary 1100011 1000111 1001011 0 11100 11000 111101 101011111 10000 100001

Color Harmonies of #63474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63474B

Black with #63474B

Text Example


Text Example

White with #63474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,71,75); }

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

background-color css

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

 a { background-color: rgb(99,71,75); }

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

border-color css

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

 span { border-color: rgb(99,71,75); }

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