Html Css Color HEX #634C35 Dallas

📋 copy color: '#634C35'

red 99 ◦ green 76 ◦ blue 53

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

Shades of Dallas #634C35

Tints of Dallas #634C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.33%

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

R = 43.42%
G = 33.33%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#634C35 (or 0x634C35) is known color: Dallas. HEX triplet: 63, 4C and 35. RGB value is (99,76,53). Sum of RGB (Red+Green+Blue) = 99+76+53=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #634C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C35 is #9CB3CA. Grayscale: #505050. Windows color (decimal): -10269643 or 3492963. OLE color: 3492963.

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

Color convert

RGB 99 76 53 -
CMYK 0 0.23 0.46 0.61
HSL 30º 0.3% 0.3% -
HSV(B) 30º 0.46% 0.39% -
XYZ 8.37 8.08 4.49 -
YUV 80.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 99 76 53 0 0.23 0.46 0.61 30 0.3 0.3
Hex 63 4C 35 0 17 2E 3D 1E 1E 1E
Octal 143 114 65 0 27 56 75 36 36 36
Binary 1100011 1001100 110101 0 10111 101110 111101 11110 11110 11110

Color Harmonies of #634C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634C35

Black with #634C35

Text Example


Text Example

White with #634C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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