Html Css Color HEX #635031 Dallas

📋 copy color: '#635031'

red 99 ◦ green 80 ◦ blue 49

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

Shades of Dallas #635031

Tints of Dallas #635031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.49%

R = 43.42%
G = 35.09%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#635031 (or 0x635031) is known color: Dallas. HEX triplet: 63, 50 and 31. RGB value is (99,80,49). Sum of RGB (Red+Green+Blue) = 99+80+49=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #635031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635031 is #9CAFCE. Grayscale: #525252. Windows color (decimal): -10268623 or 3231843. OLE color: 3231843.

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

Color convert

RGB 99 80 49 -
CMYK 0 0.19 0.51 0.61
HSL 37.2º 0.34% 0.29% -
HSV(B) 37.2º 0.51% 0.39% -
XYZ 8.57 8.61 4.12 -
YUV 82.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 99 80 49 0 0.19 0.51 0.61 37.2 0.34 0.29
Hex 63 50 31 0 13 33 3D 25 22 1D
Octal 143 120 61 0 23 63 75 45 42 35
Binary 1100011 1010000 110001 0 10011 110011 111101 100101 100010 11101

Color Harmonies of #635031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635031

Black with #635031

Text Example


Text Example

White with #635031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635031; }

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

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

background-color css

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

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

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

border-color css

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

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

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