Html Css Color HEX #66472E Dallas

📋 copy color: '#66472E'

red 102 ◦ green 71 ◦ blue 46

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

Shades of Dallas #66472E

Tints of Dallas #66472E

RGB

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

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

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

R = 46.58%
G = 32.42%
B = 21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.6

RGB Variations

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

Color information

#66472E (or 0x66472E) is known color: Dallas. HEX triplet: 66, 47 and 2E. RGB value is (102,71,46). Sum of RGB (Red+Green+Blue) = 102+71+46=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #66472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66472E is #99B8D1. Grayscale: #4D4D4D. Windows color (decimal): -10074322 or 3032934. OLE color: 3032934.

HSL color Cylindrical-coordinate representation of color #66472E: hue angle of 26.79º 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 #66472E is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 71 46 -
CMYK 0 0.30 0.55 0.6
HSL 26.79º 0.38% 0.29% -
HSV(B) 26.79º 0.55% 0.4% -
XYZ 8.23 7.53 3.6 -
YUV 77.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 102 71 46 0 0.30 0.55 0.6 26.79 0.38 0.29
Hex 66 47 2E 0 1E 37 3C 1B 26 1D
Octal 146 107 56 0 36 67 74 33 46 35
Binary 1100110 1000111 101110 0 11110 110111 111100 11011 100110 11101

Color Harmonies of #66472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66472E

Black with #66472E

Text Example


Text Example

White with #66472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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