Html Css Color HEX #695136 Dallas

📋 copy color: '#695136'

red 105 ◦ green 81 ◦ blue 54

#695136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dallas #695136

Tints of Dallas #695136

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 value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#695136 (or 0x695136) is known color: 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

RGB 105 81 54 -
CMYK 0 0.23 0.49 0.59
HSL 31.76º 0.32% 0.31% -
HSV(B) 31.76º 0.49% 0.41% -
XYZ 9.43 9.15 4.76 -
YUV 85.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 105 81 54 0 0.23 0.49 0.59 31.76 0.32 0.31
Hex 69 51 36 0 17 31 3B 20 20 1F
Octal 151 121 66 0 27 61 73 40 40 37
Binary 1101001 1010001 110110 0 10111 110001 111011 100000 100000 11111

Color Harmonies of #695136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695136

Black with #695136

Text Example


Text Example

White with #695136

Text Example


Text Example

HTML Codes & Css Web 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>