Html Css Color HEX #634E2C Dallas

📋 copy color: '#634E2C'

red 99 ◦ green 78 ◦ blue 44

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

Shades of Dallas #634E2C

Tints of Dallas #634E2C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.29%

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 44.8%
G = 35.29%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#634E2C (or 0x634E2C) is known color: Dallas. HEX triplet: 63, 4E and 2C. RGB value is (99,78,44). Sum of RGB (Red+Green+Blue) = 99+78+44=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #634E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E2C is #9CB1D3. Grayscale: #505050. Windows color (decimal): -10269140 or 2903651. OLE color: 2903651.

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

Color convert

RGB 99 78 44 -
CMYK 0 0.21 0.56 0.61
HSL 37.09º 0.38% 0.28% -
HSV(B) 37.09º 0.56% 0.39% -
XYZ 8.32 8.28 3.54 -
YUV 80.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 99 78 44 0 0.21 0.56 0.61 37.09 0.38 0.28
Hex 63 4E 2C 0 15 38 3D 25 26 1C
Octal 143 116 54 0 25 70 75 45 46 34
Binary 1100011 1001110 101100 0 10101 111000 111101 100101 100110 11100

Color Harmonies of #634E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634E2C

Black with #634E2C

Text Example


Text Example

White with #634E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634E2C; }

 p { color: rgb(99,78,44); }

 H1.HeaderClassName
 {
   color: #634E2C;
 }
 .AnyTagClassName
 {
   color: #634E2C;
 }
</style>

background-color css

<style>
 a { background-color: #634E2C; }

 a { background-color: rgb(99,78,44); }

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

border-color css

<style>
 span { border-color: #634E2C; }

 span { border-color: rgb(99,78,44); }

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