#634A2B

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

Shades of Dallas #634A2B

Tints of Dallas #634A2B

Color information

#634A2B (or 0x634A2B) is unknown color: approx Dallas. HEX triplet: 63, 4A and 2B. RGB value is (99,74,43). Sum of RGB (Red+Green+Blue) = 99+74+43=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #634A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A2B is #9CB5D4. Grayscale: #4E4E4E. Windows color (decimal): -10270165 or 2837091. OLE color: 2837091.

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

Color convert

RGB997443-
CMYK00.250.570.61
HSL33.21º39.44%27.84%-
HSV(B)33.21º56.57%38.82%-
XYZ8.037.723.35-
YUV77.94108.28143.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=45.83%
G=34.26%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99744300.250.570.6133.2139.4427.84
Hex634A2B019393D21271c
Octal143112530317175414734
Binary1100011100101010101101100111100111110110000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,74,43); }

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

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

 a { background-color: rgb(99,74,43); }

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

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

 span { border-color: rgb(99,74,43); }

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