Html Css Color HEX #66492E Dallas

📋 copy color: '#66492E'

red 102 ◦ green 73 ◦ blue 46

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

Shades of Dallas #66492E

Tints of Dallas #66492E

RGB

 RED value IS 102 (40.23% from 255) = 46.15%

 GREEN value IS 73 (28.91% from 255) = 33.03%

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

R = 46.15%
G = 33.03%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.6

RGB Variations

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

Color information

#66492E (or 0x66492E) is known color: Dallas. HEX triplet: 66, 49 and 2E. RGB value is (102,73,46). Sum of RGB (Red+Green+Blue) = 102+73+46=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #66492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66492E is #99B6D1. Grayscale: #4E4E4E. Windows color (decimal): -10073810 or 3033446. OLE color: 3033446.

HSL color Cylindrical-coordinate representation of color #66492E: hue angle of 28.93º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66492E is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 73 46 -
CMYK 0 0.28 0.55 0.6
HSL 28.93º 0.38% 0.29% -
HSV(B) 28.93º 0.55% 0.4% -
XYZ 8.36 7.79 3.65 -
YUV 78.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 102 73 46 0 0.28 0.55 0.6 28.93 0.38 0.29
Hex 66 49 2E 0 1C 37 3C 1D 26 1D
Octal 146 111 56 0 34 67 74 35 46 35
Binary 1100110 1001001 101110 0 11100 110111 111100 11101 100110 11101

Color Harmonies of #66492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66492E

Black with #66492E

Text Example


Text Example

White with #66492E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,73,46); }

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

background-color css

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

 a { background-color: rgb(102,73,46); }

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

border-color css

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

 span { border-color: rgb(102,73,46); }

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