Html Css Color HEX #635036 Dallas

📋 copy color: '#635036'

red 99 ◦ green 80 ◦ blue 54

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

Shades of Dallas #635036

Tints of Dallas #635036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.18%

R = 42.49%
G = 34.33%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#635036 (or 0x635036) is known color: Dallas. HEX triplet: 63, 50 and 36. RGB value is (99,80,54). Sum of RGB (Red+Green+Blue) = 99+80+54=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #635036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635036 is #9CAFC9. Grayscale: #525252. Windows color (decimal): -10268618 or 3559523. OLE color: 3559523.

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

Color convert

RGB 99 80 54 -
CMYK 0 0.19 0.45 0.61
HSL 34.67º 0.29% 0.3% -
HSV(B) 34.67º 0.45% 0.39% -
XYZ 8.68 8.66 4.7 -
YUV 82.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 99 80 54 0 0.19 0.45 0.61 34.67 0.29 0.3
Hex 63 50 36 0 13 2D 3D 23 1D 1E
Octal 143 120 66 0 23 55 75 43 35 36
Binary 1100011 1010000 110110 0 10011 101101 111101 100011 11101 11110

Color Harmonies of #635036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635036

Black with #635036

Text Example


Text Example

White with #635036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635036; }

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

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

background-color css

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

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

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

border-color css

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

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

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