#695235

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

Shades of Dallas #695235

Tints of Dallas #695235

Color information

#695235 (or 0x695235) is unknown color: approx Dallas. HEX triplet: 69, 52 and 35. RGB value is (105,82,53). Sum of RGB (Red+Green+Blue) = 105+82+53=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #695235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695235 is #96ADCA. Grayscale: #555555. Windows color (decimal): -9874891 or 3494505. OLE color: 3494505.

HSL color Cylindrical-coordinate representation of color #695235: hue angle of 33.46º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #695235 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1058253-
CMYK00.220.500.59
HSL33.46º32.91%30.98%-
HSV(B)33.46º49.52%41.18%-
XYZ9.499.294.66-
YUV85.57109.62141.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=43.75%
G=34.17%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105825300.220.500.5933.4632.9130.98
Hex695235016323B21211f
Octal151122650266273414137
Binary1101001101001011010101011011001011101110000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695235; }

 p { color: rgb(105,82,53); }

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

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

 a { background-color: rgb(105,82,53); }

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

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

 span { border-color: rgb(105,82,53); }

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