Html Css Color HEX #684A30 Dallas

📋 copy color: '#684A30'

red 104 ◦ green 74 ◦ blue 48

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

Shades of Dallas #684A30

Tints of Dallas #684A30

RGB

 RED value IS 104 (41.02% from 255) = 46.02%

 GREEN value IS 74 (29.3% from 255) = 32.74%

 BLUE value IS 48 (19.14% from 255) = 21.24%

R = 46.02%
G = 32.74%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#684A30 (or 0x684A30) is known color: Dallas. HEX triplet: 68, 4A and 30. RGB value is (104,74,48). Sum of RGB (Red+Green+Blue) = 104+74+48=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #684A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A30 is #97B5CF. Grayscale: #505050. Windows color (decimal): -9942480 or 3164776. OLE color: 3164776.

HSL color Cylindrical-coordinate representation of color #684A30: hue angle of 27.86º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #684A30 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 74 48 -
CMYK 0 0.29 0.54 0.59
HSL 27.86º 0.37% 0.3% -
HSV(B) 27.86º 0.54% 0.41% -
XYZ 8.69 8.05 3.89 -
YUV 80.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 104 74 48 0 0.29 0.54 0.59 27.86 0.37 0.3
Hex 68 4A 30 0 1D 36 3B 1C 25 1E
Octal 150 112 60 0 35 66 73 34 45 36
Binary 1101000 1001010 110000 0 11101 110110 111011 11100 100101 11110

Color Harmonies of #684A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A30

Black with #684A30

Text Example


Text Example

White with #684A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684A30; }

 p { color: rgb(104,74,48); }

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

background-color css

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

 a { background-color: rgb(104,74,48); }

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

border-color css

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

 span { border-color: rgb(104,74,48); }

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