Html Css Color HEX #634728 Dallas

📋 copy color: '#634728'

red 99 ◦ green 71 ◦ blue 40

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

Shades of Dallas #634728

Tints of Dallas #634728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.81%

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

R = 47.14%
G = 33.81%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#634728 (or 0x634728) is known color: Dallas. HEX triplet: 63, 47 and 28. RGB value is (99,71,40). Sum of RGB (Red+Green+Blue) = 99+71+40=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #634728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634728 is #9CB8D7. Grayscale: #4B4B4B. Windows color (decimal): -10270936 or 2639715. OLE color: 2639715.

HSL color Cylindrical-coordinate representation of color #634728: hue angle of 31.53º 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 #634728 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 71 40 -
CMYK 0 0.28 0.60 0.61
HSL 31.53º 0.42% 0.27% -
HSV(B) 31.53º 0.6% 0.39% -
XYZ 7.78 7.31 3.01 -
YUV 75.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 99 71 40 0 0.28 0.60 0.61 31.53 0.42 0.27
Hex 63 47 28 0 1C 3C 3D 20 2A 1B
Octal 143 107 50 0 34 74 75 40 52 33
Binary 1100011 1000111 101000 0 11100 111100 111101 100000 101010 11011

Color Harmonies of #634728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634728

Black with #634728

Text Example


Text Example

White with #634728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634728; }

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

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

background-color css

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

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

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

border-color css

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

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

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