Html Css Color HEX #684B2E Dallas

📋 copy color: '#684B2E'

red 104 ◦ green 75 ◦ blue 46

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

Shades of Dallas #684B2E

Tints of Dallas #684B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 46.22%
G = 33.33%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#684B2E (or 0x684B2E) is known color: Dallas. HEX triplet: 68, 4B and 2E. RGB value is (104,75,46). Sum of RGB (Red+Green+Blue) = 104+75+46=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #684B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B2E is #97B4D1. Grayscale: #505050. Windows color (decimal): -9942226 or 3033960. OLE color: 3033960.

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

Color convert

RGB 104 75 46 -
CMYK 0 0.28 0.56 0.59
HSL 30º 0.39% 0.29% -
HSV(B) 30º 0.56% 0.41% -
XYZ 8.72 8.17 3.7 -
YUV 80.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 104 75 46 0 0.28 0.56 0.59 30 0.39 0.29
Hex 68 4B 2E 0 1C 38 3B 1E 27 1D
Octal 150 113 56 0 34 70 73 36 47 35
Binary 1101000 1001011 101110 0 11100 111000 111011 11110 100111 11101

Color Harmonies of #684B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B2E

Black with #684B2E

Text Example


Text Example

White with #684B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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