Html Css Color HEX #665136 Dallas

📋 copy color: '#665136'

red 102 ◦ green 81 ◦ blue 54

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

Shades of Dallas #665136

Tints of Dallas #665136

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.18%

 BLUE value IS 54 (21.48% from 255) = 22.78%

R = 43.04%
G = 34.18%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#665136 (or 0x665136) is known color: Dallas. HEX triplet: 66, 51 and 36. RGB value is (102,81,54). Sum of RGB (Red+Green+Blue) = 102+81+54=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #665136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665136 is #99AEC9. Grayscale: #545454. Windows color (decimal): -10071754 or 3559782. OLE color: 3559782.

HSL color Cylindrical-coordinate representation of color #665136: hue angle of 33.75º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #665136 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 81 54 -
CMYK 0 0.21 0.47 0.6
HSL 33.75º 0.31% 0.31% -
HSV(B) 33.75º 0.47% 0.4% -
XYZ 9.09 8.98 4.74 -
YUV 84.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 102 81 54 0 0.21 0.47 0.6 33.75 0.31 0.31
Hex 66 51 36 0 15 2F 3C 22 1F 1F
Octal 146 121 66 0 25 57 74 42 37 37
Binary 1100110 1010001 110110 0 10101 101111 111100 100010 11111 11111

Color Harmonies of #665136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665136

Black with #665136

Text Example


Text Example

White with #665136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665136; }

 p { color: rgb(102,81,54); }

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

background-color css

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

 a { background-color: rgb(102,81,54); }

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

border-color css

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

 span { border-color: rgb(102,81,54); }

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