Html Css Color HEX #634930 Dallas

📋 copy color: '#634930'

red 99 ◦ green 73 ◦ blue 48

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

Shades of Dallas #634930

Tints of Dallas #634930

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.18%

 BLUE value IS 48 (19.14% from 255) = 21.82%

R = 45%
G = 33.18%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#634930 (or 0x634930) is known color: Dallas. HEX triplet: 63, 49 and 30. RGB value is (99,73,48). Sum of RGB (Red+Green+Blue) = 99+73+48=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #634930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634930 is #9CB6CF. Grayscale: #4E4E4E. Windows color (decimal): -10270416 or 3164515. OLE color: 3164515.

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

Color convert

RGB 99 73 48 -
CMYK 0 0.26 0.52 0.61
HSL 29.41º 0.35% 0.29% -
HSV(B) 29.41º 0.52% 0.39% -
XYZ 8.06 7.63 3.84 -
YUV 77.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 99 73 48 0 0.26 0.52 0.61 29.41 0.35 0.29
Hex 63 49 30 0 1A 34 3D 1D 23 1D
Octal 143 111 60 0 32 64 75 35 43 35
Binary 1100011 1001001 110000 0 11010 110100 111101 11101 100011 11101

Color Harmonies of #634930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634930

Black with #634930

Text Example


Text Example

White with #634930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634930; }

 p { color: rgb(99,73,48); }

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

background-color css

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

 a { background-color: rgb(99,73,48); }

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

border-color css

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

 span { border-color: rgb(99,73,48); }

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