#695136

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

Shades of Dallas #695136

Tints of Dallas #695136

Color information

#695136 (or 0x695136) is unknown color: approx Dallas. HEX triplet: 69, 51 and 36. RGB value is (105,81,54). Sum of RGB (Red+Green+Blue) = 105+81+54=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #695136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695136 is #96AEC9. Grayscale: #555555. Windows color (decimal): -9875146 or 3559785. OLE color: 3559785.

HSL color Cylindrical-coordinate representation of color #695136: hue angle of 31.76º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #695136 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB1058154-
CMYK00.230.490.59
HSL31.76º32.08%31.18%-
HSV(B)31.76º48.57%41.18%-
XYZ9.439.154.76-
YUV85.1110.45142.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 54 (21.48% from 255) = 22.5%
R=43.75%
G=33.75%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105815400.230.490.5931.7632.0831.18
Hex695136017313B20201f
Octal151121660276173404037
Binary1101001101000111011001011111000111101110000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695136; }

 p { color: rgb(105,81,54); }

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

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

 a { background-color: rgb(105,81,54); }

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

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

 span { border-color: rgb(105,81,54); }

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