Html Css Color HEX #665650 Tundora

📋 copy color: '#665650'

red 102 ◦ green 86 ◦ blue 80

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

Shades of Tundora #665650

Tints of Tundora #665650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 38.06%
G = 32.09%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#665650 (or 0x665650) is known color: Tundora. HEX triplet: 66, 56 and 50. RGB value is (102,86,80). Sum of RGB (Red+Green+Blue) = 102+86+80=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #665650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665650 is #99A9AF. Grayscale: #5A5A5A. Windows color (decimal): -10070448 or 5264998. OLE color: 5264998.

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

Color convert

RGB 102 86 80 -
CMYK 0 0.16 0.22 0.6
HSL 16.36º 0.12% 0.36% -
HSV(B) 16.36º 0.22% 0.4% -
XYZ 10.26 10.06 8.99 -
YUV 90.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 102 86 80 0 0.16 0.22 0.6 16.36 0.12 0.36
Hex 66 56 50 0 10 16 3C 10 C 24
Octal 146 126 120 0 20 26 74 20 14 44
Binary 1100110 1010110 1010000 0 10000 10110 111100 10000 1100 100100

Color Harmonies of #665650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665650

Black with #665650

Text Example


Text Example

White with #665650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665650; }

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

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

background-color css

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

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

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

border-color css

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

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

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