Html Css Color HEX #634A29 Dallas

📋 copy color: '#634A29'

red 99 ◦ green 74 ◦ blue 41

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

Shades of Dallas #634A29

Tints of Dallas #634A29

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.58%

 BLUE value IS 41 (16.41% from 255) = 19.16%

R = 46.26%
G = 34.58%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#634A29 (or 0x634A29) is known color: Dallas. HEX triplet: 63, 4A and 29. RGB value is (99,74,41). Sum of RGB (Red+Green+Blue) = 99+74+41=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #634A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A29 is #9CB5D6. Grayscale: #4D4D4D. Windows color (decimal): -10270167 or 2706019. OLE color: 2706019.

HSL color Cylindrical-coordinate representation of color #634A29: hue angle of 34.14º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #634A29 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 74 41 -
CMYK 0 0.25 0.59 0.61
HSL 34.14º 0.41% 0.27% -
HSV(B) 34.14º 0.59% 0.39% -
XYZ 7.99 7.71 3.16 -
YUV 77.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 99 74 41 0 0.25 0.59 0.61 34.14 0.41 0.27
Hex 63 4A 29 0 19 3B 3D 22 29 1B
Octal 143 112 51 0 31 73 75 42 51 33
Binary 1100011 1001010 101001 0 11001 111011 111101 100010 101001 11011

Color Harmonies of #634A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634A29

Black with #634A29

Text Example


Text Example

White with #634A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,74,41); }

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

background-color css

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

 a { background-color: rgb(99,74,41); }

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

border-color css

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

 span { border-color: rgb(99,74,41); }

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