#634827

Color #634827 Dallas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dallas #634827

Tints of Dallas #634827

Color information

#634827 (or 0x634827) is unknown color: approx Dallas. HEX triplet: 63, 48 and 27. RGB value is (99,72,39). Sum of RGB (Red+Green+Blue) = 99+72+39=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #634827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634827 is #9CB7D8. Grayscale: #4C4C4C. Windows color (decimal): -10270681 or 2574435. OLE color: 2574435.

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

Color convert

RGB997239-
CMYK00.270.610.61
HSL33º43.48%27.06%-
HSV(B)33º60.61%38.82%-
XYZ7.837.432.94-
YUV76.31106.95144.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 39 (15.62% from 255) = 18.57%
R=47.14%
G=34.29%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99723900.270.610.613343.4827.06
Hex63482701B3D3D212b1b
Octal143110470337575415333
Binary1100011100100010011101101111110111110110000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634827; }

 p { color: rgb(99,72,39); }

 H1.HeaderClassName
 {
   color: #634827;
 }
 .AnyTagClassName
 {
   color: #634827;
 }
</style>
background-color css

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

 a { background-color: rgb(99,72,39); }

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

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

 span { border-color: rgb(99,72,39); }

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