Html Css Color HEX #664C2C Dallas

📋 copy color: '#664C2C'

red 102 ◦ green 76 ◦ blue 44

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

Shades of Dallas #664C2C

Tints of Dallas #664C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.82%

R = 45.95%
G = 34.23%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.6

RGB Variations

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

Color information

#664C2C (or 0x664C2C) is known color: Dallas. HEX triplet: 66, 4C and 2C. RGB value is (102,76,44). Sum of RGB (Red+Green+Blue) = 102+76+44=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #664C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C2C is #99B3D3. Grayscale: #505050. Windows color (decimal): -10073044 or 2903142. OLE color: 2903142.

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

Color convert

RGB 102 76 44 -
CMYK 0 0.25 0.57 0.6
HSL 33.1º 0.4% 0.29% -
HSV(B) 33.1º 0.57% 0.4% -
XYZ 8.52 8.18 3.51 -
YUV 80.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 102 76 44 0 0.25 0.57 0.6 33.1 0.4 0.29
Hex 66 4C 2C 0 19 39 3C 21 28 1D
Octal 146 114 54 0 31 71 74 41 50 35
Binary 1100110 1001100 101100 0 11001 111001 111100 100001 101000 11101

Color Harmonies of #664C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C2C

Black with #664C2C

Text Example


Text Example

White with #664C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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