Html Css Color HEX #635034 Dallas

📋 copy color: '#635034'

red 99 ◦ green 80 ◦ blue 52

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

Shades of Dallas #635034

Tints of Dallas #635034

RGB

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

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

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

R = 42.86%
G = 34.63%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#635034 (or 0x635034) is known color: Dallas. HEX triplet: 63, 50 and 34. RGB value is (99,80,52). Sum of RGB (Red+Green+Blue) = 99+80+52=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #635034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635034 is #9CAFCB. Grayscale: #525252. Windows color (decimal): -10268620 or 3428451. OLE color: 3428451.

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

Color convert

RGB 99 80 52 -
CMYK 0 0.19 0.47 0.61
HSL 35.74º 0.31% 0.3% -
HSV(B) 35.74º 0.47% 0.39% -
XYZ 8.63 8.64 4.46 -
YUV 82.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 99 80 52 0 0.19 0.47 0.61 35.74 0.31 0.3
Hex 63 50 34 0 13 2F 3D 24 1F 1E
Octal 143 120 64 0 23 57 75 44 37 36
Binary 1100011 1010000 110100 0 10011 101111 111101 100100 11111 11110

Color Harmonies of #635034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635034

Black with #635034

Text Example


Text Example

White with #635034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635034; }

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

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

background-color css

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

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

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

border-color css

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

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

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