Html Css Color HEX #664D2F Dallas

📋 copy color: '#664D2F'

red 102 ◦ green 77 ◦ blue 47

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

Shades of Dallas #664D2F

Tints of Dallas #664D2F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.07%

 BLUE value IS 47 (18.75% from 255) = 20.8%

R = 45.13%
G = 34.07%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#664D2F (or 0x664D2F) is known color: Dallas. HEX triplet: 66, 4D and 2F. RGB value is (102,77,47). Sum of RGB (Red+Green+Blue) = 102+77+47=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #664D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D2F is #99B2D0. Grayscale: #515151. Windows color (decimal): -10072785 or 3100006. OLE color: 3100006.

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

Color convert

RGB 102 77 47 -
CMYK 0 0.25 0.54 0.6
HSL 32.73º 0.37% 0.29% -
HSV(B) 32.73º 0.54% 0.4% -
XYZ 8.65 8.34 3.84 -
YUV 81.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 102 77 47 0 0.25 0.54 0.6 32.73 0.37 0.29
Hex 66 4D 2F 0 19 36 3C 21 25 1D
Octal 146 115 57 0 31 66 74 41 45 35
Binary 1100110 1001101 101111 0 11001 110110 111100 100001 100101 11101

Color Harmonies of #664D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D2F

Black with #664D2F

Text Example


Text Example

White with #664D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,77,47); }

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

background-color css

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

 a { background-color: rgb(102,77,47); }

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

border-color css

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

 span { border-color: rgb(102,77,47); }

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