Html Css Color HEX #664D2A Dallas

📋 copy color: '#664D2A'

red 102 ◦ green 77 ◦ blue 42

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

Shades of Dallas #664D2A

Tints of Dallas #664D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19%

R = 46.15%
G = 34.84%
B = 19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#664D2A (or 0x664D2A) is known color: Dallas. HEX triplet: 66, 4D and 2A. RGB value is (102,77,42). Sum of RGB (Red+Green+Blue) = 102+77+42=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #664D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D2A is #99B2D5. Grayscale: #505050. Windows color (decimal): -10072790 or 2772326. OLE color: 2772326.

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

Color convert

RGB 102 77 42 -
CMYK 0 0.25 0.59 0.6
HSL 35º 0.42% 0.28% -
HSV(B) 35º 0.59% 0.4% -
XYZ 8.55 8.3 3.34 -
YUV 80.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 102 77 42 0 0.25 0.59 0.6 35 0.42 0.28
Hex 66 4D 2A 0 19 3B 3C 23 2A 1C
Octal 146 115 52 0 31 73 74 43 52 34
Binary 1100110 1001101 101010 0 11001 111011 111100 100011 101010 11100

Color Harmonies of #664D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D2A

Black with #664D2A

Text Example


Text Example

White with #664D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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