Html Css Color HEX #63492D Dallas

📋 copy color: '#63492D'

red 99 ◦ green 73 ◦ blue 45

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

Shades of Dallas #63492D

Tints of Dallas #63492D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.74%

R = 45.62%
G = 33.64%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#63492D (or 0x63492D) is known color: Dallas. HEX triplet: 63, 49 and 2D. RGB value is (99,73,45). Sum of RGB (Red+Green+Blue) = 99+73+45=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #63492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63492D is #9CB6D2. Grayscale: #4D4D4D. Windows color (decimal): -10270419 or 2967907. OLE color: 2967907.

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

Color convert

RGB 99 73 45 -
CMYK 0 0.26 0.55 0.61
HSL 31.11º 0.38% 0.28% -
HSV(B) 31.11º 0.55% 0.39% -
XYZ 8 7.61 3.53 -
YUV 77.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 99 73 45 0 0.26 0.55 0.61 31.11 0.38 0.28
Hex 63 49 2D 0 1A 37 3D 1F 26 1C
Octal 143 111 55 0 32 67 75 37 46 34
Binary 1100011 1001001 101101 0 11010 110111 111101 11111 100110 11100

Color Harmonies of #63492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63492D

Black with #63492D

Text Example


Text Example

White with #63492D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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