Html Css Color HEX #684B30 Dallas

📋 copy color: '#684B30'

red 104 ◦ green 75 ◦ blue 48

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

Shades of Dallas #684B30

Tints of Dallas #684B30

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.04%

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

R = 45.81%
G = 33.04%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#684B30 (or 0x684B30) is known color: Dallas. HEX triplet: 68, 4B and 30. RGB value is (104,75,48). Sum of RGB (Red+Green+Blue) = 104+75+48=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #684B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B30 is #97B4CF. Grayscale: #505050. Windows color (decimal): -9942224 or 3165032. OLE color: 3165032.

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

Color convert

RGB 104 75 48 -
CMYK 0 0.28 0.54 0.59
HSL 28.93º 0.37% 0.3% -
HSV(B) 28.93º 0.54% 0.41% -
XYZ 8.76 8.19 3.92 -
YUV 80.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 104 75 48 0 0.28 0.54 0.59 28.93 0.37 0.3
Hex 68 4B 30 0 1C 36 3B 1D 25 1E
Octal 150 113 60 0 34 66 73 35 45 36
Binary 1101000 1001011 110000 0 11100 110110 111011 11101 100101 11110

Color Harmonies of #684B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B30

Black with #684B30

Text Example


Text Example

White with #684B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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