Html Css Color HEX #63492F Dallas

📋 copy color: '#63492F'

red 99 ◦ green 73 ◦ blue 47

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

Shades of Dallas #63492F

Tints of Dallas #63492F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.33%

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

R = 45.21%
G = 33.33%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#63492F (or 0x63492F) is known color: Dallas. HEX triplet: 63, 49 and 2F. RGB value is (99,73,47). Sum of RGB (Red+Green+Blue) = 99+73+47=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #63492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63492F is #9CB6D0. Grayscale: #4D4D4D. Windows color (decimal): -10270417 or 3098979. OLE color: 3098979.

HSL color Cylindrical-coordinate representation of color #63492F: hue angle of 30º 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 #63492F is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 73 47 -
CMYK 0 0.26 0.53 0.61
HSL 30º 0.36% 0.29% -
HSV(B) 30º 0.53% 0.39% -
XYZ 8.04 7.62 3.74 -
YUV 77.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 99 73 47 0 0.26 0.53 0.61 30 0.36 0.29
Hex 63 49 2F 0 1A 35 3D 1E 24 1D
Octal 143 111 57 0 32 65 75 36 44 35
Binary 1100011 1001001 101111 0 11010 110101 111101 11110 100100 11101

Color Harmonies of #63492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63492F

Black with #63492F

Text Example


Text Example

White with #63492F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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