Html Css Color HEX #695132 Dallas

📋 copy color: '#695132'

red 105 ◦ green 81 ◦ blue 50

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

Shades of Dallas #695132

Tints of Dallas #695132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.19%

R = 44.49%
G = 34.32%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#695132 (or 0x695132) is known color: Dallas. HEX triplet: 69, 51 and 32. RGB value is (105,81,50). Sum of RGB (Red+Green+Blue) = 105+81+50=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #695132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695132 is #96AECD. Grayscale: #545454. Windows color (decimal): -9875150 or 3297641. OLE color: 3297641.

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

Color convert

RGB 105 81 50 -
CMYK 0 0.23 0.52 0.59
HSL 33.82º 0.35% 0.3% -
HSV(B) 33.82º 0.52% 0.41% -
XYZ 9.34 9.12 4.29 -
YUV 84.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 105 81 50 0 0.23 0.52 0.59 33.82 0.35 0.3
Hex 69 51 32 0 17 34 3B 22 23 1E
Octal 151 121 62 0 27 64 73 42 43 36
Binary 1101001 1010001 110010 0 10111 110100 111011 100010 100011 11110

Color Harmonies of #695132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695132

Black with #695132

Text Example


Text Example

White with #695132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695132; }

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

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

background-color css

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

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

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

border-color css

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

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

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