Html Css Color HEX #665135 Dallas

📋 copy color: '#665135'

red 102 ◦ green 81 ◦ blue 53

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

Shades of Dallas #665135

Tints of Dallas #665135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.46%

R = 43.22%
G = 34.32%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#665135 (or 0x665135) is known color: Dallas. HEX triplet: 66, 51 and 35. RGB value is (102,81,53). Sum of RGB (Red+Green+Blue) = 102+81+53=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #665135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665135 is #99AECA. Grayscale: #545454. Windows color (decimal): -10071755 or 3494246. OLE color: 3494246.

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

Color convert

RGB 102 81 53 -
CMYK 0 0.21 0.48 0.6
HSL 34.29º 0.32% 0.3% -
HSV(B) 34.29º 0.48% 0.4% -
XYZ 9.06 8.97 4.62 -
YUV 84.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 102 81 53 0 0.21 0.48 0.6 34.29 0.32 0.3
Hex 66 51 35 0 15 30 3C 22 20 1E
Octal 146 121 65 0 25 60 74 42 40 36
Binary 1100110 1010001 110101 0 10101 110000 111100 100010 100000 11110

Color Harmonies of #665135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665135

Black with #665135

Text Example


Text Example

White with #665135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665135; }

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

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

background-color css

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

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

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

border-color css

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

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

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