Html Css Color HEX #635035 Dallas

📋 copy color: '#635035'

red 99 ◦ green 80 ◦ blue 53

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

Shades of Dallas #635035

Tints of Dallas #635035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.84%

R = 42.67%
G = 34.48%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#635035 (or 0x635035) is known color: Dallas. HEX triplet: 63, 50 and 35. RGB value is (99,80,53). Sum of RGB (Red+Green+Blue) = 99+80+53=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #635035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635035 is #9CAFCA. Grayscale: #525252. Windows color (decimal): -10268619 or 3493987. OLE color: 3493987.

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

Color convert

RGB 99 80 53 -
CMYK 0 0.19 0.46 0.61
HSL 35.22º 0.3% 0.3% -
HSV(B) 35.22º 0.46% 0.39% -
XYZ 8.66 8.65 4.58 -
YUV 82.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 99 80 53 0 0.19 0.46 0.61 35.22 0.3 0.3
Hex 63 50 35 0 13 2E 3D 23 1E 1E
Octal 143 120 65 0 23 56 75 43 36 36
Binary 1100011 1010000 110101 0 10011 101110 111101 100011 11110 11110

Color Harmonies of #635035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635035

Black with #635035

Text Example


Text Example

White with #635035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635035; }

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

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

background-color css

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

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

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

border-color css

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

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

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