Html Css Color HEX #664B32 Dallas

📋 copy color: '#664B32'

red 102 ◦ green 75 ◦ blue 50

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

Shades of Dallas #664B32

Tints of Dallas #664B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.04%

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

R = 44.93%
G = 33.04%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#664B32 (or 0x664B32) is known color: Dallas. HEX triplet: 66, 4B and 32. RGB value is (102,75,50). Sum of RGB (Red+Green+Blue) = 102+75+50=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #664B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B32 is #99B4CD. Grayscale: #505050. Windows color (decimal): -10073294 or 3296102. OLE color: 3296102.

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

Color convert

RGB 102 75 50 -
CMYK 0 0.26 0.51 0.6
HSL 28.85º 0.34% 0.3% -
HSV(B) 28.85º 0.51% 0.4% -
XYZ 8.57 8.09 4.13 -
YUV 80.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 102 75 50 0 0.26 0.51 0.6 28.85 0.34 0.3
Hex 66 4B 32 0 1A 33 3C 1D 22 1E
Octal 146 113 62 0 32 63 74 35 42 36
Binary 1100110 1001011 110010 0 11010 110011 111100 11101 100010 11110

Color Harmonies of #664B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B32

Black with #664B32

Text Example


Text Example

White with #664B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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