#634A2A

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

Shades of Dallas #634A2A

Tints of Dallas #634A2A

Color information

#634A2A (or 0x634A2A) is unknown color: approx Dallas. HEX triplet: 63, 4A and 2A. RGB value is (99,74,42). Sum of RGB (Red+Green+Blue) = 99+74+42=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #634A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A2A is #9CB5D5. Grayscale: #4D4D4D. Windows color (decimal): -10270166 or 2771555. OLE color: 2771555.

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

Color convert

RGB997442-
CMYK00.250.580.61
HSL33.68º40.43%27.65%-
HSV(B)33.68º57.58%38.82%-
XYZ8.017.723.26-
YUV77.83107.78143.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=46.05%
G=34.42%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99744200.250.580.6133.6840.4327.65
Hex634A2A0193A3D22281c
Octal143112520317275425034
Binary1100011100101010101001100111101011110110001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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