Html Css Color HEX #684F30 Dallas

📋 copy color: '#684F30'

red 104 ◦ green 79 ◦ blue 48

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

Shades of Dallas #684F30

Tints of Dallas #684F30

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.2%

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

R = 45.02%
G = 34.2%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#684F30 (or 0x684F30) is known color: Dallas. HEX triplet: 68, 4F and 30. RGB value is (104,79,48). Sum of RGB (Red+Green+Blue) = 104+79+48=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #684F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F30 is #97B0CF. Grayscale: #535353. Windows color (decimal): -9941200 or 3166056. OLE color: 3166056.

HSL color Cylindrical-coordinate representation of color #684F30: hue angle of 33.21º 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 #684F30 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 79 48 -
CMYK 0 0.24 0.54 0.59
HSL 33.21º 0.37% 0.3% -
HSV(B) 33.21º 0.54% 0.41% -
XYZ 9.04 8.75 4.01 -
YUV 82.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 104 79 48 0 0.24 0.54 0.59 33.21 0.37 0.3
Hex 68 4F 30 0 18 36 3B 21 25 1E
Octal 150 117 60 0 30 66 73 41 45 36
Binary 1101000 1001111 110000 0 11000 110110 111011 100001 100101 11110

Color Harmonies of #684F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684F30

Black with #684F30

Text Example


Text Example

White with #684F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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