Html Css Color HEX #63472E Dallas

📋 copy color: '#63472E'

red 99 ◦ green 71 ◦ blue 46

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

Shades of Dallas #63472E

Tints of Dallas #63472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.3%

R = 45.83%
G = 32.87%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#63472E (or 0x63472E) is known color: Dallas. HEX triplet: 63, 47 and 2E. RGB value is (99,71,46). Sum of RGB (Red+Green+Blue) = 99+71+46=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #63472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63472E is #9CB8D1. Grayscale: #4C4C4C. Windows color (decimal): -10270930 or 3032931. OLE color: 3032931.

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

Color convert

RGB 99 71 46 -
CMYK 0 0.28 0.54 0.61
HSL 28.3º 0.37% 0.28% -
HSV(B) 28.3º 0.54% 0.39% -
XYZ 7.89 7.36 3.59 -
YUV 76.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 99 71 46 0 0.28 0.54 0.61 28.3 0.37 0.28
Hex 63 47 2E 0 1C 36 3D 1C 25 1C
Octal 143 107 56 0 34 66 75 34 45 34
Binary 1100011 1000111 101110 0 11100 110110 111101 11100 100101 11100

Color Harmonies of #63472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63472E

Black with #63472E

Text Example


Text Example

White with #63472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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