Html Css Color HEX #664E29 Dallas

📋 copy color: '#664E29'

red 102 ◦ green 78 ◦ blue 41

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

Shades of Dallas #664E29

Tints of Dallas #664E29

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.29%

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

R = 46.15%
G = 35.29%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#664E29 (or 0x664E29) is known color: Dallas. HEX triplet: 66, 4E and 29. RGB value is (102,78,41). Sum of RGB (Red+Green+Blue) = 102+78+41=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #664E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E29 is #99B1D6. Grayscale: #515151. Windows color (decimal): -10072535 or 2707046. OLE color: 2707046.

HSL color Cylindrical-coordinate representation of color #664E29: hue angle of 36.39º 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 #664E29 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 78 41 -
CMYK 0 0.24 0.60 0.6
HSL 36.39º 0.43% 0.28% -
HSV(B) 36.39º 0.6% 0.4% -
XYZ 8.6 8.43 3.27 -
YUV 80.96 105.45 143.01 -
System Red Green Blue C M Y K H S L
Decimal 102 78 41 0 0.24 0.60 0.6 36.39 0.43 0.28
Hex 66 4E 29 0 18 3C 3C 24 2B 1C
Octal 146 116 51 0 30 74 74 44 53 34
Binary 1100110 1001110 101001 0 11000 111100 111100 100100 101011 11100

Color Harmonies of #664E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664E29

Black with #664E29

Text Example


Text Example

White with #664E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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