Html Css Color HEX #665750 Dorado

📋 copy color: '#665750'

red 102 ◦ green 87 ◦ blue 80

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

Shades of Dorado #665750

Tints of Dorado #665750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

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

R = 37.92%
G = 32.34%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#665750 (or 0x665750) is known color: Dorado. HEX triplet: 66, 57 and 50. RGB value is (102,87,80). Sum of RGB (Red+Green+Blue) = 102+87+80=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #665750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665750 is #99A8AF. Grayscale: #5A5A5A. Windows color (decimal): -10070192 or 5265254. OLE color: 5265254.

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

Color convert

RGB 102 87 80 -
CMYK 0 0.15 0.22 0.6
HSL 19.09º 0.12% 0.36% -
HSV(B) 19.09º 0.22% 0.4% -
XYZ 10.34 10.22 9.02 -
YUV 90.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 102 87 80 0 0.15 0.22 0.6 19.09 0.12 0.36
Hex 66 57 50 0 F 16 3C 13 C 24
Octal 146 127 120 0 17 26 74 23 14 44
Binary 1100110 1010111 1010000 0 1111 10110 111100 10011 1100 100100

Color Harmonies of #665750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665750

Black with #665750

Text Example


Text Example

White with #665750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665750; }

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

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

background-color css

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

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

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

border-color css

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

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

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