#645033

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

Shades of Dallas #645033

Tints of Dallas #645033

Color information

#645033 (or 0x645033) is unknown color: approx Dallas. HEX triplet: 64, 50 and 33. RGB value is (100,80,51). Sum of RGB (Red+Green+Blue) = 100+80+51=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 100 - color contains mainly: red. Hex color #645033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645033 is #9BAFCC. Grayscale: #525252. Windows color (decimal): -10203085 or 3362916. OLE color: 3362916.

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

Color convert

RGB1008051-
CMYK00.20.490.61
HSL35.51º32.45%29.61%-
HSV(B)35.51º49%39.22%-
XYZ8.728.694.35-
YUV82.67110.13140.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.29%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=43.29%
G=34.63%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100805100.20.490.6135.5132.4529.61
Hex645033014313D24201e
Octal144120630246175444036
Binary1100100101000011001101010011000111110110010010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645033; }

 p { color: rgb(100,80,51); }

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

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

 a { background-color: rgb(100,80,51); }

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

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

 span { border-color: rgb(100,80,51); }

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