Html Css Color HEX #665035 Dallas

📋 copy color: '#665035'

red 102 ◦ green 80 ◦ blue 53

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

Shades of Dallas #665035

Tints of Dallas #665035

RGB

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

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

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

R = 43.4%
G = 34.04%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#665035 (or 0x665035) is known color: Dallas. HEX triplet: 66, 50 and 35. RGB value is (102,80,53). Sum of RGB (Red+Green+Blue) = 102+80+53=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #665035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665035 is #99AFCA. Grayscale: #535353. Windows color (decimal): -10072011 or 3493990. OLE color: 3493990.

HSL color Cylindrical-coordinate representation of color #665035: hue angle of 33.06º 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 #665035 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 80 53 -
CMYK 0 0.22 0.48 0.6
HSL 33.06º 0.32% 0.3% -
HSV(B) 33.06º 0.48% 0.4% -
XYZ 8.99 8.82 4.6 -
YUV 83.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 102 80 53 0 0.22 0.48 0.6 33.06 0.32 0.3
Hex 66 50 35 0 16 30 3C 21 20 1E
Octal 146 120 65 0 26 60 74 41 40 36
Binary 1100110 1010000 110101 0 10110 110000 111100 100001 100000 11110

Color Harmonies of #665035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665035

Black with #665035

Text Example


Text Example

White with #665035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665035; }

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

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

background-color css

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

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

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

border-color css

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

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

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