Html Css Color HEX #695131 Dallas

📋 copy color: '#695131'

red 105 ◦ green 81 ◦ blue 49

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

Shades of Dallas #695131

Tints of Dallas #695131

RGB

 RED value IS 105 (41.41% from 255) = 44.68%

 GREEN value IS 81 (32.03% from 255) = 34.47%

 BLUE value IS 49 (19.53% from 255) = 20.85%

R = 44.68%
G = 34.47%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#695131 (or 0x695131) is known color: Dallas. HEX triplet: 69, 51 and 31. RGB value is (105,81,49). Sum of RGB (Red+Green+Blue) = 105+81+49=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #695131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695131 is #96AECE. Grayscale: #545454. Windows color (decimal): -9875151 or 3232105. OLE color: 3232105.

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

Color convert

RGB 105 81 49 -
CMYK 0 0.23 0.53 0.59
HSL 34.29º 0.36% 0.3% -
HSV(B) 34.29º 0.53% 0.41% -
XYZ 9.32 9.11 4.17 -
YUV 84.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 105 81 49 0 0.23 0.53 0.59 34.29 0.36 0.3
Hex 69 51 31 0 17 35 3B 22 24 1E
Octal 151 121 61 0 27 65 73 42 44 36
Binary 1101001 1010001 110001 0 10111 110101 111011 100010 100100 11110

Color Harmonies of #695131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695131

Black with #695131

Text Example


Text Example

White with #695131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695131; }

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

 H1.HeaderClassName
 {
   color: #695131;
 }
 .AnyTagClassName
 {
   color: #695131;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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