#695032

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

Shades of Dallas #695032

Tints of Dallas #695032

Color information

#695032 (or 0x695032) is unknown color: approx Dallas. HEX triplet: 69, 50 and 32. RGB value is (105,80,50). Sum of RGB (Red+Green+Blue) = 105+80+50=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #695032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695032 is #96AFCD. Grayscale: #545454. Windows color (decimal): -9875406 or 3297385. OLE color: 3297385.

HSL color Cylindrical-coordinate representation of color #695032: hue angle of 32.73º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #695032 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB1058050-
CMYK00.240.520.59
HSL32.73º35.48%30.39%-
HSV(B)32.73º52.38%41.18%-
XYZ9.278.974.26-
YUV84.06108.78142.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 50 (19.92% from 255) = 21.28%
R=44.68%
G=34.04%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105805000.240.520.5932.7335.4830.39
Hex695032018343B21231e
Octal151120620306473414336
Binary1101001101000011001001100011010011101110000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695032; }

 p { color: rgb(105,80,50); }

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

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

 a { background-color: rgb(105,80,50); }

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

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

 span { border-color: rgb(105,80,50); }

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