Html Css Color HEX #634C28 Dallas

📋 copy color: '#634C28'

red 99 ◦ green 76 ◦ blue 40

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

Shades of Dallas #634C28

Tints of Dallas #634C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.6%

R = 46.05%
G = 35.35%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#634C28 (or 0x634C28) is known color: Dallas. HEX triplet: 63, 4C and 28. RGB value is (99,76,40). Sum of RGB (Red+Green+Blue) = 99+76+40=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #634C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C28 is #9CB3D7. Grayscale: #4E4E4E. Windows color (decimal): -10269656 or 2640995. OLE color: 2640995.

HSL color Cylindrical-coordinate representation of color #634C28: hue angle of 36.61º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #634C28 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 76 40 -
CMYK 0 0.23 0.60 0.61
HSL 36.61º 0.42% 0.27% -
HSV(B) 36.61º 0.6% 0.39% -
XYZ 8.11 7.97 3.12 -
YUV 78.77 106.12 142.43 -
System Red Green Blue C M Y K H S L
Decimal 99 76 40 0 0.23 0.60 0.61 36.61 0.42 0.27
Hex 63 4C 28 0 17 3C 3D 25 2A 1B
Octal 143 114 50 0 27 74 75 45 52 33
Binary 1100011 1001100 101000 0 10111 111100 111101 100101 101010 11011

Color Harmonies of #634C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634C28

Black with #634C28

Text Example


Text Example

White with #634C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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