Html Css Color HEX #66472D Dallas

📋 copy color: '#66472D'

red 102 ◦ green 71 ◦ blue 45

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

Shades of Dallas #66472D

Tints of Dallas #66472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

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

R = 46.79%
G = 32.57%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.6

RGB Variations

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

Color information

#66472D (or 0x66472D) is known color: Dallas. HEX triplet: 66, 47 and 2D. RGB value is (102,71,45). Sum of RGB (Red+Green+Blue) = 102+71+45=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66472D is #99B8D2. Grayscale: #4D4D4D. Windows color (decimal): -10074323 or 2967398. OLE color: 2967398.

HSL color Cylindrical-coordinate representation of color #66472D: hue angle of 27.37º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66472D is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 71 45 -
CMYK 0 0.30 0.56 0.6
HSL 27.37º 0.39% 0.29% -
HSV(B) 27.37º 0.56% 0.4% -
XYZ 8.21 7.52 3.5 -
YUV 77.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 102 71 45 0 0.30 0.56 0.6 27.37 0.39 0.29
Hex 66 47 2D 0 1E 38 3C 1B 27 1D
Octal 146 107 55 0 36 70 74 33 47 35
Binary 1100110 1000111 101101 0 11110 111000 111100 11011 100111 11101

Color Harmonies of #66472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66472D

Black with #66472D

Text Example


Text Example

White with #66472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,71,45); }

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

background-color css

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

 a { background-color: rgb(102,71,45); }

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

border-color css

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

 span { border-color: rgb(102,71,45); }

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