Html Css Color HEX #68482D Dallas

📋 copy color: '#68482D'

red 104 ◦ green 72 ◦ blue 45

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

Shades of Dallas #68482D

Tints of Dallas #68482D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.36%

R = 47.06%
G = 32.58%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#68482D (or 0x68482D) is known color: Dallas. HEX triplet: 68, 48 and 2D. RGB value is (104,72,45). Sum of RGB (Red+Green+Blue) = 104+72+45=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #68482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68482D is #97B7D2. Grayscale: #4E4E4E. Windows color (decimal): -9942995 or 2967656. OLE color: 2967656.

HSL color Cylindrical-coordinate representation of color #68482D: hue angle of 27.46º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68482D is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 72 45 -
CMYK 0 0.31 0.57 0.59
HSL 27.46º 0.4% 0.29% -
HSV(B) 27.46º 0.57% 0.41% -
XYZ 8.5 7.77 3.53 -
YUV 78.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 104 72 45 0 0.31 0.57 0.59 27.46 0.4 0.29
Hex 68 48 2D 0 1F 39 3B 1B 28 1D
Octal 150 110 55 0 37 71 73 33 50 35
Binary 1101000 1001000 101101 0 11111 111001 111011 11011 101000 11101

Color Harmonies of #68482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68482D

Black with #68482D

Text Example


Text Example

White with #68482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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