Html Css Color HEX #664C29 Dallas

📋 copy color: '#664C29'

red 102 ◦ green 76 ◦ blue 41

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

Shades of Dallas #664C29

Tints of Dallas #664C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.7%

 BLUE value IS 41 (16.41% from 255) = 18.72%

R = 46.58%
G = 34.7%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#664C29 (or 0x664C29) is known color: Dallas. HEX triplet: 66, 4C and 29. RGB value is (102,76,41). Sum of RGB (Red+Green+Blue) = 102+76+41=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #664C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C29 is #99B3D6. Grayscale: #4F4F4F. Windows color (decimal): -10073047 or 2706534. OLE color: 2706534.

HSL color Cylindrical-coordinate representation of color #664C29: hue angle of 34.43º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #664C29 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 76 41 -
CMYK 0 0.25 0.60 0.6
HSL 34.43º 0.43% 0.28% -
HSV(B) 34.43º 0.6% 0.4% -
XYZ 8.46 8.15 3.23 -
YUV 79.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 102 76 41 0 0.25 0.60 0.6 34.43 0.43 0.28
Hex 66 4C 29 0 19 3C 3C 22 2B 1C
Octal 146 114 51 0 31 74 74 42 53 34
Binary 1100110 1001100 101001 0 11001 111100 111100 100010 101011 11100

Color Harmonies of #664C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C29

Black with #664C29

Text Example


Text Example

White with #664C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664C29; }

 p { color: rgb(102,76,41); }

 H1.HeaderClassName
 {
   color: #664C29;
 }
 .AnyTagClassName
 {
   color: #664C29;
 }
</style>

background-color css

<style>
 a { background-color: #664C29; }

 a { background-color: rgb(102,76,41); }

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

border-color css

<style>
 span { border-color: #664C29; }

 span { border-color: rgb(102,76,41); }

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