Html Css Color HEX #66482A Dallas

📋 copy color: '#66482A'

red 102 ◦ green 72 ◦ blue 42

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

Shades of Dallas #66482A

Tints of Dallas #66482A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.44%

R = 47.22%
G = 33.33%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#66482A (or 0x66482A) is known color: Dallas. HEX triplet: 66, 48 and 2A. RGB value is (102,72,42). Sum of RGB (Red+Green+Blue) = 102+72+42=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #66482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66482A is #99B7D5. Grayscale: #4D4D4D. Windows color (decimal): -10074070 or 2771046. OLE color: 2771046.

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

Color convert

RGB 102 72 42 -
CMYK 0 0.29 0.59 0.6
HSL 30º 0.42% 0.28% -
HSV(B) 30º 0.59% 0.4% -
XYZ 8.21 7.63 3.23 -
YUV 77.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 102 72 42 0 0.29 0.59 0.6 30 0.42 0.28
Hex 66 48 2A 0 1D 3B 3C 1E 2A 1C
Octal 146 110 52 0 35 73 74 36 52 34
Binary 1100110 1001000 101010 0 11101 111011 111100 11110 101010 11100

Color Harmonies of #66482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66482A

Black with #66482A

Text Example


Text Example

White with #66482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66482A; }

 p { color: rgb(102,72,42); }

 H1.HeaderClassName
 {
   color: #66482A;
 }
 .AnyTagClassName
 {
   color: #66482A;
 }
</style>

background-color css

<style>
 a { background-color: #66482A; }

 a { background-color: rgb(102,72,42); }

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

border-color css

<style>
 span { border-color: #66482A; }

 span { border-color: rgb(102,72,42); }

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