Html Css Color HEX #664C30 Dallas

📋 copy color: '#664C30'

red 102 ◦ green 76 ◦ blue 48

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

Shades of Dallas #664C30

Tints of Dallas #664C30

RGB

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

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

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

R = 45.13%
G = 33.63%
B = 21.24%

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

#664C30 (or 0x664C30) is known color: Dallas. HEX triplet: 66, 4C and 30. RGB value is (102,76,48). Sum of RGB (Red+Green+Blue) = 102+76+48=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #664C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C30 is #99B3CF. Grayscale: #505050. Windows color (decimal): -10073040 or 3165286. OLE color: 3165286.

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

Color convert

RGB 102 76 48 -
CMYK 0 0.25 0.53 0.6
HSL 31.11º 0.36% 0.29% -
HSV(B) 31.11º 0.53% 0.4% -
XYZ 8.6 8.21 3.93 -
YUV 80.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 102 76 48 0 0.25 0.53 0.6 31.11 0.36 0.29
Hex 66 4C 30 0 19 35 3C 1F 24 1D
Octal 146 114 60 0 31 65 74 37 44 35
Binary 1100110 1001100 110000 0 11001 110101 111100 11111 100100 11101

Color Harmonies of #664C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C30

Black with #664C30

Text Example


Text Example

White with #664C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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