Html Css Color HEX #66492B Dallas

📋 copy color: '#66492B'

red 102 ◦ green 73 ◦ blue 43

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

Shades of Dallas #66492B

Tints of Dallas #66492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 46.79%
G = 33.49%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#66492B (or 0x66492B) is known color: Dallas. HEX triplet: 66, 49 and 2B. RGB value is (102,73,43). Sum of RGB (Red+Green+Blue) = 102+73+43=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66492B is #99B6D4. Grayscale: #4E4E4E. Windows color (decimal): -10073813 or 2836838. OLE color: 2836838.

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

Color convert

RGB 102 73 43 -
CMYK 0 0.28 0.58 0.6
HSL 30.51º 0.41% 0.28% -
HSV(B) 30.51º 0.58% 0.4% -
XYZ 8.3 7.76 3.35 -
YUV 78.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 102 73 43 0 0.28 0.58 0.6 30.51 0.41 0.28
Hex 66 49 2B 0 1C 3A 3C 1F 29 1C
Octal 146 111 53 0 34 72 74 37 51 34
Binary 1100110 1001001 101011 0 11100 111010 111100 11111 101001 11100

Color Harmonies of #66492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66492B

Black with #66492B

Text Example


Text Example

White with #66492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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