#695036

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

Shades of Dallas #695036

Tints of Dallas #695036

Color information

#695036 (or 0x695036) is unknown color: approx Dallas. HEX triplet: 69, 50 and 36. RGB value is (105,80,54). Sum of RGB (Red+Green+Blue) = 105+80+54=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #695036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695036 is #96AFC9. Grayscale: #545454. Windows color (decimal): -9875402 or 3559529. OLE color: 3559529.

HSL color Cylindrical-coordinate representation of color #695036: hue angle of 30.59º 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 #695036 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB1058054-
CMYK00.240.490.59
HSL30.59º32.08%31.18%-
HSV(B)30.59º48.57%41.18%-
XYZ9.369.014.74-
YUV84.51110.78142.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=43.93%
G=33.47%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105805400.240.490.5930.5932.0831.18
Hex695036018313B1f201f
Octal151120660306173374037
Binary110100110100001101100110001100011110111111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695036; }

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

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

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

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

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

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

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

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