Html Css Color HEX #634928 Dallas

📋 copy color: '#634928'

red 99 ◦ green 73 ◦ blue 40

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

Shades of Dallas #634928

Tints of Dallas #634928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.87%

R = 46.7%
G = 34.43%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#634928 (or 0x634928) is known color: Dallas. HEX triplet: 63, 49 and 28. RGB value is (99,73,40). Sum of RGB (Red+Green+Blue) = 99+73+40=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #634928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634928 is #9CB6D7. Grayscale: #4D4D4D. Windows color (decimal): -10270424 or 2640227. OLE color: 2640227.

HSL color Cylindrical-coordinate representation of color #634928: hue angle of 33.56º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #634928 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 73 40 -
CMYK 0 0.26 0.60 0.61
HSL 33.56º 0.42% 0.27% -
HSV(B) 33.56º 0.6% 0.39% -
XYZ 7.91 7.57 3.05 -
YUV 77.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 99 73 40 0 0.26 0.60 0.61 33.56 0.42 0.27
Hex 63 49 28 0 1A 3C 3D 22 2A 1B
Octal 143 111 50 0 32 74 75 42 52 33
Binary 1100011 1001001 101000 0 11010 111100 111101 100010 101010 11011

Color Harmonies of #634928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634928

Black with #634928

Text Example


Text Example

White with #634928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634928; }

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

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

background-color css

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

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

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

border-color css

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

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

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