Html Css Color HEX #63472A Dallas

📋 copy color: '#63472A'

red 99 ◦ green 71 ◦ blue 42

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

Shades of Dallas #63472A

Tints of Dallas #63472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.81%

R = 46.7%
G = 33.49%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#63472A (or 0x63472A) is known color: Dallas. HEX triplet: 63, 47 and 2A. RGB value is (99,71,42). Sum of RGB (Red+Green+Blue) = 99+71+42=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63472A is #9CB8D5. Grayscale: #4C4C4C. Windows color (decimal): -10270934 or 2770787. OLE color: 2770787.

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

Color convert

RGB 99 71 42 -
CMYK 0 0.28 0.58 0.61
HSL 30.53º 0.4% 0.28% -
HSV(B) 30.53º 0.58% 0.39% -
XYZ 7.82 7.33 3.19 -
YUV 76.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 99 71 42 0 0.28 0.58 0.61 30.53 0.4 0.28
Hex 63 47 2A 0 1C 3A 3D 1F 28 1C
Octal 143 107 52 0 34 72 75 37 50 34
Binary 1100011 1000111 101010 0 11100 111010 111101 11111 101000 11100

Color Harmonies of #63472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63472A

Black with #63472A

Text Example


Text Example

White with #63472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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