Html Css Color HEX #634D35 Dallas

📋 copy color: '#634D35'

red 99 ◦ green 77 ◦ blue 53

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

Shades of Dallas #634D35

Tints of Dallas #634D35

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.62%

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

R = 43.23%
G = 33.62%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#634D35 (or 0x634D35) is known color: Dallas. HEX triplet: 63, 4D and 35. RGB value is (99,77,53). Sum of RGB (Red+Green+Blue) = 99+77+53=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #634D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D35 is #9CB2CA. Grayscale: #505050. Windows color (decimal): -10269387 or 3493219. OLE color: 3493219.

HSL color Cylindrical-coordinate representation of color #634D35: hue angle of 31.3º 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 #634D35 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 77 53 -
CMYK 0 0.22 0.46 0.61
HSL 31.3º 0.3% 0.3% -
HSV(B) 31.3º 0.46% 0.39% -
XYZ 8.44 8.22 4.51 -
YUV 80.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 99 77 53 0 0.22 0.46 0.61 31.3 0.3 0.3
Hex 63 4D 35 0 16 2E 3D 1F 1E 1E
Octal 143 115 65 0 26 56 75 37 36 36
Binary 1100011 1001101 110101 0 10110 101110 111101 11111 11110 11110

Color Harmonies of #634D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634D35

Black with #634D35

Text Example


Text Example

White with #634D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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