Html Css Color HEX #664D30 Dallas

📋 copy color: '#664D30'

red 102 ◦ green 77 ◦ blue 48

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

Shades of Dallas #664D30

Tints of Dallas #664D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.15%

R = 44.93%
G = 33.92%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#664D30 (or 0x664D30) is known color: Dallas. HEX triplet: 66, 4D and 30. RGB value is (102,77,48). Sum of RGB (Red+Green+Blue) = 102+77+48=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #664D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D30 is #99B2CF. Grayscale: #515151. Windows color (decimal): -10072784 or 3165542. OLE color: 3165542.

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

Color convert

RGB 102 77 48 -
CMYK 0 0.25 0.53 0.6
HSL 32.22º 0.36% 0.29% -
HSV(B) 32.22º 0.53% 0.4% -
XYZ 8.67 8.35 3.95 -
YUV 81.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 102 77 48 0 0.25 0.53 0.6 32.22 0.36 0.29
Hex 66 4D 30 0 19 35 3C 20 24 1D
Octal 146 115 60 0 31 65 74 40 44 35
Binary 1100110 1001101 110000 0 11001 110101 111100 100000 100100 11101

Color Harmonies of #664D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D30

Black with #664D30

Text Example


Text Example

White with #664D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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