Html Css Color HEX #664E2D Dallas

📋 copy color: '#664E2D'

red 102 ◦ green 78 ◦ blue 45

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

Shades of Dallas #664E2D

Tints of Dallas #664E2D

RGB

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

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

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

R = 45.33%
G = 34.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.6

RGB Variations

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

Color information

#664E2D (or 0x664E2D) is known color: Dallas. HEX triplet: 66, 4E and 2D. RGB value is (102,78,45). Sum of RGB (Red+Green+Blue) = 102+78+45=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #664E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E2D is #99B1D2. Grayscale: #515151. Windows color (decimal): -10072531 or 2969190. OLE color: 2969190.

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

Color convert

RGB 102 78 45 -
CMYK 0 0.24 0.56 0.6
HSL 34.74º 0.39% 0.29% -
HSV(B) 34.74º 0.56% 0.4% -
XYZ 8.68 8.46 3.66 -
YUV 81.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 102 78 45 0 0.24 0.56 0.6 34.74 0.39 0.29
Hex 66 4E 2D 0 18 38 3C 23 27 1D
Octal 146 116 55 0 30 70 74 43 47 35
Binary 1100110 1001110 101101 0 11000 111000 111100 100011 100111 11101

Color Harmonies of #664E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664E2D

Black with #664E2D

Text Example


Text Example

White with #664E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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