Html Css Color HEX #68482E Dallas

📋 copy color: '#68482E'

red 104 ◦ green 72 ◦ blue 46

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

Shades of Dallas #68482E

Tints of Dallas #68482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

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

R = 46.85%
G = 32.43%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#68482E (or 0x68482E) is known color: Dallas. HEX triplet: 68, 48 and 2E. RGB value is (104,72,46). Sum of RGB (Red+Green+Blue) = 104+72+46=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #68482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68482E is #97B7D1. Grayscale: #4E4E4E. Windows color (decimal): -9942994 or 3033192. OLE color: 3033192.

HSL color Cylindrical-coordinate representation of color #68482E: hue angle of 26.9º 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 #68482E is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 72 46 -
CMYK 0 0.31 0.56 0.59
HSL 26.9º 0.39% 0.29% -
HSV(B) 26.9º 0.56% 0.41% -
XYZ 8.52 7.78 3.64 -
YUV 78.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 104 72 46 0 0.31 0.56 0.59 26.9 0.39 0.29
Hex 68 48 2E 0 1F 38 3B 1B 27 1D
Octal 150 110 56 0 37 70 73 33 47 35
Binary 1101000 1001000 101110 0 11111 111000 111011 11011 100111 11101

Color Harmonies of #68482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68482E

Black with #68482E

Text Example


Text Example

White with #68482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68482E; }

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

 H1.HeaderClassName
 {
   color: #68482E;
 }
 .AnyTagClassName
 {
   color: #68482E;
 }
</style>

background-color css

<style>
 a { background-color: #68482E; }

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

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

border-color css

<style>
 span { border-color: #68482E; }

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

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