Html Css Color HEX #63492B Dallas

📋 copy color: '#63492B'

red 99 ◦ green 73 ◦ blue 43

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

Shades of Dallas #63492B

Tints of Dallas #63492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20%

R = 46.05%
G = 33.95%
B = 20%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#63492B (or 0x63492B) is known color: Dallas. HEX triplet: 63, 49 and 2B. RGB value is (99,73,43). Sum of RGB (Red+Green+Blue) = 99+73+43=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #63492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63492B is #9CB6D4. Grayscale: #4D4D4D. Windows color (decimal): -10270421 or 2836835. OLE color: 2836835.

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

Color convert

RGB 99 73 43 -
CMYK 0 0.26 0.57 0.61
HSL 32.14º 0.39% 0.28% -
HSV(B) 32.14º 0.57% 0.39% -
XYZ 7.96 7.59 3.33 -
YUV 77.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 99 73 43 0 0.26 0.57 0.61 32.14 0.39 0.28
Hex 63 49 2B 0 1A 39 3D 20 27 1C
Octal 143 111 53 0 32 71 75 40 47 34
Binary 1100011 1001001 101011 0 11010 111001 111101 100000 100111 11100

Color Harmonies of #63492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63492B

Black with #63492B

Text Example


Text Example

White with #63492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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