Html Css Color HEX #63472C Dallas

📋 copy color: '#63472C'

red 99 ◦ green 71 ◦ blue 44

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

Shades of Dallas #63472C

Tints of Dallas #63472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.56%

R = 46.26%
G = 33.18%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#63472C (or 0x63472C) is known color: Dallas. HEX triplet: 63, 47 and 2C. RGB value is (99,71,44). Sum of RGB (Red+Green+Blue) = 99+71+44=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63472C is #9CB8D3. Grayscale: #4C4C4C. Windows color (decimal): -10270932 or 2901859. OLE color: 2901859.

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

Color convert

RGB 99 71 44 -
CMYK 0 0.28 0.56 0.61
HSL 29.45º 0.38% 0.28% -
HSV(B) 29.45º 0.56% 0.39% -
XYZ 7.85 7.34 3.39 -
YUV 76.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 99 71 44 0 0.28 0.56 0.61 29.45 0.38 0.28
Hex 63 47 2C 0 1C 38 3D 1D 26 1C
Octal 143 107 54 0 34 70 75 35 46 34
Binary 1100011 1000111 101100 0 11100 111000 111101 11101 100110 11100

Color Harmonies of #63472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63472C

Black with #63472C

Text Example


Text Example

White with #63472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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