Html Css Color HEX #635038 Dallas

📋 copy color: '#635038'

red 99 ◦ green 80 ◦ blue 56

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

Shades of Dallas #635038

Tints of Dallas #635038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.04%

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

R = 42.13%
G = 34.04%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#635038 (or 0x635038) is known color: Dallas. HEX triplet: 63, 50 and 38. RGB value is (99,80,56). Sum of RGB (Red+Green+Blue) = 99+80+56=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #635038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635038 is #9CAFC7. Grayscale: #535353. Windows color (decimal): -10268616 or 3690595. OLE color: 3690595.

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

Color convert

RGB 99 80 56 -
CMYK 0 0.19 0.43 0.61
HSL 33.49º 0.28% 0.3% -
HSV(B) 33.49º 0.43% 0.39% -
XYZ 8.73 8.68 4.96 -
YUV 82.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 99 80 56 0 0.19 0.43 0.61 33.49 0.28 0.3
Hex 63 50 38 0 13 2B 3D 21 1C 1E
Octal 143 120 70 0 23 53 75 41 34 36
Binary 1100011 1010000 111000 0 10011 101011 111101 100001 11100 11110

Color Harmonies of #635038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635038

Black with #635038

Text Example


Text Example

White with #635038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635038; }

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

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

background-color css

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

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

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

border-color css

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

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

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