Html Css Color HEX #66472C Dallas

📋 copy color: '#66472C'

red 102 ◦ green 71 ◦ blue 44

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

Shades of Dallas #66472C

Tints of Dallas #66472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.28%

R = 47%
G = 32.72%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.6

RGB Variations

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

Color information

#66472C (or 0x66472C) is known color: Dallas. HEX triplet: 66, 47 and 2C. RGB value is (102,71,44). Sum of RGB (Red+Green+Blue) = 102+71+44=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66472C is #99B8D3. Grayscale: #4D4D4D. Windows color (decimal): -10074324 or 2901862. OLE color: 2901862.

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

Color convert

RGB 102 71 44 -
CMYK 0 0.30 0.57 0.6
HSL 27.93º 0.4% 0.29% -
HSV(B) 27.93º 0.57% 0.4% -
XYZ 8.19 7.51 3.4 -
YUV 77.19 109.27 145.7 -
System Red Green Blue C M Y K H S L
Decimal 102 71 44 0 0.30 0.57 0.6 27.93 0.4 0.29
Hex 66 47 2C 0 1E 39 3C 1C 28 1D
Octal 146 107 54 0 36 71 74 34 50 35
Binary 1100110 1000111 101100 0 11110 111001 111100 11100 101000 11101

Color Harmonies of #66472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66472C

Black with #66472C

Text Example


Text Example

White with #66472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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