Html Css Color HEX #694D31 Dallas

📋 copy color: '#694D31'

red 105 ◦ green 77 ◦ blue 49

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

Shades of Dallas #694D31

Tints of Dallas #694D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.33%

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

R = 45.45%
G = 33.33%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#694D31 (or 0x694D31) is known color: Dallas. HEX triplet: 69, 4D and 31. RGB value is (105,77,49). Sum of RGB (Red+Green+Blue) = 105+77+49=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #694D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D31 is #96B2CE. Grayscale: #525252. Windows color (decimal): -9876175 or 3231081. OLE color: 3231081.

HSL color Cylindrical-coordinate representation of color #694D31: hue angle of 30º 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 #694D31 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 77 49 -
CMYK 0 0.27 0.53 0.59
HSL 30º 0.36% 0.3% -
HSV(B) 30º 0.53% 0.41% -
XYZ 9.03 8.53 4.08 -
YUV 82.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 105 77 49 0 0.27 0.53 0.59 30 0.36 0.3
Hex 69 4D 31 0 1B 35 3B 1E 24 1E
Octal 151 115 61 0 33 65 73 36 44 36
Binary 1101001 1001101 110001 0 11011 110101 111011 11110 100100 11110

Color Harmonies of #694D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694D31

Black with #694D31

Text Example


Text Example

White with #694D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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