Html Css Color HEX #664C32 Dallas

📋 copy color: '#664C32'

red 102 ◦ green 76 ◦ blue 50

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

Shades of Dallas #664C32

Tints of Dallas #664C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.93%

R = 44.74%
G = 33.33%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#664C32 (or 0x664C32) is known color: Dallas. HEX triplet: 66, 4C and 32. RGB value is (102,76,50). Sum of RGB (Red+Green+Blue) = 102+76+50=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #664C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C32 is #99B3CD. Grayscale: #505050. Windows color (decimal): -10073038 or 3296358. OLE color: 3296358.

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

Color convert

RGB 102 76 50 -
CMYK 0 0.25 0.51 0.6
HSL 30º 0.34% 0.3% -
HSV(B) 30º 0.51% 0.4% -
XYZ 8.64 8.22 4.15 -
YUV 80.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 102 76 50 0 0.25 0.51 0.6 30 0.34 0.3
Hex 66 4C 32 0 19 33 3C 1E 22 1E
Octal 146 114 62 0 31 63 74 36 42 36
Binary 1100110 1001100 110010 0 11001 110011 111100 11110 100010 11110

Color Harmonies of #664C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C32

Black with #664C32

Text Example


Text Example

White with #664C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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