Html Css Color HEX #63454B Don Juan

📋 copy color: '#63454B'

red 99 ◦ green 69 ◦ blue 75

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

Shades of Don Juan #63454B

Tints of Don Juan #63454B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.4%

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

R = 40.74%
G = 28.4%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#63454B (or 0x63454B) is known color: Don Juan. HEX triplet: 63, 45 and 4B. RGB value is (99,69,75). Sum of RGB (Red+Green+Blue) = 99+69+75=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #63454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63454B is #9CBAB4. Grayscale: #4E4E4E. Windows color (decimal): -10271413 or 4932963. OLE color: 4932963.

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

Color convert

RGB 99 69 75 -
CMYK 0 0.30 0.24 0.61
HSL 348º 0.18% 0.33% -
HSV(B) 348º 0.3% 0.39% -
XYZ 8.54 7.42 7.64 -
YUV 78.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 99 69 75 0 0.30 0.24 0.61 348 0.18 0.33
Hex 63 45 4B 0 1E 18 3D 15C 12 21
Octal 143 105 113 0 36 30 75 534 22 41
Binary 1100011 1000101 1001011 0 11110 11000 111101 101011100 10010 100001

Color Harmonies of #63454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63454B

Black with #63454B

Text Example


Text Example

White with #63454B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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