Html Css Color HEX #684B2A Dallas

📋 copy color: '#684B2A'

red 104 ◦ green 75 ◦ blue 42

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

Shades of Dallas #684B2A

Tints of Dallas #684B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19%

R = 47.06%
G = 33.94%
B = 19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#684B2A (or 0x684B2A) is known color: Dallas. HEX triplet: 68, 4B and 2A. RGB value is (104,75,42). Sum of RGB (Red+Green+Blue) = 104+75+42=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #684B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B2A is #97B4D5. Grayscale: #505050. Windows color (decimal): -9942230 or 2771816. OLE color: 2771816.

HSL color Cylindrical-coordinate representation of color #684B2A: hue angle of 31.94º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #684B2A is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 75 42 -
CMYK 0 0.28 0.60 0.59
HSL 31.94º 0.42% 0.29% -
HSV(B) 31.94º 0.6% 0.41% -
XYZ 8.64 8.14 3.31 -
YUV 79.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 104 75 42 0 0.28 0.60 0.59 31.94 0.42 0.29
Hex 68 4B 2A 0 1C 3C 3B 20 2A 1D
Octal 150 113 52 0 34 74 73 40 52 35
Binary 1101000 1001011 101010 0 11100 111100 111011 100000 101010 11101

Color Harmonies of #684B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B2A

Black with #684B2A

Text Example


Text Example

White with #684B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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