Html Css Color HEX #634E29 Dallas

📋 copy color: '#634E29'

red 99 ◦ green 78 ◦ blue 41

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

Shades of Dallas #634E29

Tints of Dallas #634E29

RGB

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

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

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

R = 45.41%
G = 35.78%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#634E29 (or 0x634E29) is known color: Dallas. HEX triplet: 63, 4E and 29. RGB value is (99,78,41). Sum of RGB (Red+Green+Blue) = 99+78+41=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #634E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E29 is #9CB1D6. Grayscale: #505050. Windows color (decimal): -10269143 or 2707043. OLE color: 2707043.

HSL color Cylindrical-coordinate representation of color #634E29: hue angle of 38.28º 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 #634E29 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 78 41 -
CMYK 0 0.21 0.59 0.61
HSL 38.28º 0.41% 0.27% -
HSV(B) 38.28º 0.59% 0.39% -
XYZ 8.27 8.26 3.26 -
YUV 80.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 99 78 41 0 0.21 0.59 0.61 38.28 0.41 0.27
Hex 63 4E 29 0 15 3B 3D 26 29 1B
Octal 143 116 51 0 25 73 75 46 51 33
Binary 1100011 1001110 101001 0 10101 111011 111101 100110 101001 11011

Color Harmonies of #634E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634E29

Black with #634E29

Text Example


Text Example

White with #634E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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