Html Css Color HEX #63472F Dallas

📋 copy color: '#63472F'

red 99 ◦ green 71 ◦ blue 47

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

Shades of Dallas #63472F

Tints of Dallas #63472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.66%

R = 45.62%
G = 32.72%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#63472F (or 0x63472F) is known color: Dallas. HEX triplet: 63, 47 and 2F. RGB value is (99,71,47). Sum of RGB (Red+Green+Blue) = 99+71+47=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #63472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63472F is #9CB8D0. Grayscale: #4C4C4C. Windows color (decimal): -10270929 or 3098467. OLE color: 3098467.

HSL color Cylindrical-coordinate representation of color #63472F: hue angle of 27.69º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63472F is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 71 47 -
CMYK 0 0.28 0.53 0.61
HSL 27.69º 0.36% 0.29% -
HSV(B) 27.69º 0.53% 0.39% -
XYZ 7.91 7.36 3.69 -
YUV 76.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 99 71 47 0 0.28 0.53 0.61 27.69 0.36 0.29
Hex 63 47 2F 0 1C 35 3D 1C 24 1D
Octal 143 107 57 0 34 65 75 34 44 35
Binary 1100011 1000111 101111 0 11100 110101 111101 11100 100100 11101

Color Harmonies of #63472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63472F

Black with #63472F

Text Example


Text Example

White with #63472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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