Html Css Color HEX #665031 Dallas

📋 copy color: '#665031'

red 102 ◦ green 80 ◦ blue 49

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

Shades of Dallas #665031

Tints of Dallas #665031

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 49 (19.53% from 255) = 21.21%

R = 44.16%
G = 34.63%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#665031 (or 0x665031) is known color: Dallas. HEX triplet: 66, 50 and 31. RGB value is (102,80,49). Sum of RGB (Red+Green+Blue) = 102+80+49=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #665031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665031 is #99AFCE. Grayscale: #535353. Windows color (decimal): -10072015 or 3231846. OLE color: 3231846.

HSL color Cylindrical-coordinate representation of color #665031: hue angle of 35.09º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #665031 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 80 49 -
CMYK 0 0.22 0.52 0.6
HSL 35.09º 0.35% 0.3% -
HSV(B) 35.09º 0.52% 0.4% -
XYZ 8.9 8.78 4.13 -
YUV 83.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 102 80 49 0 0.22 0.52 0.6 35.09 0.35 0.3
Hex 66 50 31 0 16 34 3C 23 23 1E
Octal 146 120 61 0 26 64 74 43 43 36
Binary 1100110 1010000 110001 0 10110 110100 111100 100011 100011 11110

Color Harmonies of #665031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665031

Black with #665031

Text Example


Text Example

White with #665031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665031; }

 p { color: rgb(102,80,49); }

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

background-color css

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

 a { background-color: rgb(102,80,49); }

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

border-color css

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

 span { border-color: rgb(102,80,49); }

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