Html Css Color HEX #635134 Dallas

📋 copy color: '#635134'

red 99 ◦ green 81 ◦ blue 52

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

Shades of Dallas #635134

Tints of Dallas #635134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 42.67%
G = 34.91%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#635134 (or 0x635134) is known color: Dallas. HEX triplet: 63, 51 and 34. RGB value is (99,81,52). Sum of RGB (Red+Green+Blue) = 99+81+52=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #635134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635134 is #9CAECB. Grayscale: #535353. Windows color (decimal): -10268364 or 3428707. OLE color: 3428707.

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

Color convert

RGB 99 81 52 -
CMYK 0 0.18 0.47 0.61
HSL 37.02º 0.31% 0.3% -
HSV(B) 37.02º 0.47% 0.39% -
XYZ 8.71 8.79 4.49 -
YUV 83.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 99 81 52 0 0.18 0.47 0.61 37.02 0.31 0.3
Hex 63 51 34 0 12 2F 3D 25 1F 1E
Octal 143 121 64 0 22 57 75 45 37 36
Binary 1100011 1010001 110100 0 10010 101111 111101 100101 11111 11110

Color Harmonies of #635134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635134

Black with #635134

Text Example


Text Example

White with #635134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635134; }

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

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

background-color css

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

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

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

border-color css

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

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

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