Html Css Color HEX #635138 Dallas

📋 copy color: '#635138'

red 99 ◦ green 81 ◦ blue 56

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

Shades of Dallas #635138

Tints of Dallas #635138

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 41.95%
G = 34.32%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#635138 (or 0x635138) is known color: Dallas. HEX triplet: 63, 51 and 38. RGB value is (99,81,56). Sum of RGB (Red+Green+Blue) = 99+81+56=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #635138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635138 is #9CAEC7. Grayscale: #535353. Windows color (decimal): -10268360 or 3690851. OLE color: 3690851.

HSL color Cylindrical-coordinate representation of color #635138: hue angle of 34.88º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #635138 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 81 56 -
CMYK 0 0.18 0.43 0.61
HSL 34.88º 0.28% 0.3% -
HSV(B) 34.88º 0.43% 0.39% -
XYZ 8.8 8.82 4.98 -
YUV 83.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 99 81 56 0 0.18 0.43 0.61 34.88 0.28 0.3
Hex 63 51 38 0 12 2B 3D 23 1C 1E
Octal 143 121 70 0 22 53 75 43 34 36
Binary 1100011 1010001 111000 0 10010 101011 111101 100011 11100 11110

Color Harmonies of #635138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635138

Black with #635138

Text Example


Text Example

White with #635138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635138; }

 p { color: rgb(99,81,56); }

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

background-color css

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

 a { background-color: rgb(99,81,56); }

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

border-color css

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

 span { border-color: rgb(99,81,56); }

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