Html Css Color HEX #684B32 Dallas

📋 copy color: '#684B32'

red 104 ◦ green 75 ◦ blue 50

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

Shades of Dallas #684B32

Tints of Dallas #684B32

RGB

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

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

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

R = 45.41%
G = 32.75%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#684B32 (or 0x684B32) is known color: Dallas. HEX triplet: 68, 4B and 32. RGB value is (104,75,50). Sum of RGB (Red+Green+Blue) = 104+75+50=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #684B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B32 is #97B4CD. Grayscale: #505050. Windows color (decimal): -9942222 or 3296104. OLE color: 3296104.

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

Color convert

RGB 104 75 50 -
CMYK 0 0.28 0.52 0.59
HSL 27.78º 0.35% 0.3% -
HSV(B) 27.78º 0.52% 0.41% -
XYZ 8.8 8.21 4.14 -
YUV 80.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 104 75 50 0 0.28 0.52 0.59 27.78 0.35 0.3
Hex 68 4B 32 0 1C 34 3B 1C 23 1E
Octal 150 113 62 0 34 64 73 34 43 36
Binary 1101000 1001011 110010 0 11100 110100 111011 11100 100011 11110

Color Harmonies of #684B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B32

Black with #684B32

Text Example


Text Example

White with #684B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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