Html Css Color HEX #665854 Dorado

📋 copy color: '#665854'

red 102 ◦ green 88 ◦ blue 84

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

Shades of Dorado #665854

Tints of Dorado #665854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.12%

 BLUE value IS 84 (33.2% from 255) = 30.66%

R = 37.23%
G = 32.12%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.6

RGB Variations

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

Color information

#665854 (or 0x665854) is known color: Dorado. HEX triplet: 66, 58 and 54. RGB value is (102,88,84). Sum of RGB (Red+Green+Blue) = 102+88+84=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #665854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665854 is #99A7AB. Grayscale: #5B5B5B. Windows color (decimal): -10069932 or 5527654. OLE color: 5527654.

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

Color convert

RGB 102 88 84 -
CMYK 0 0.14 0.18 0.6
HSL 13.33º 0.1% 0.36% -
HSV(B) 13.33º 0.18% 0.4% -
XYZ 10.57 10.44 9.85 -
YUV 91.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 102 88 84 0 0.14 0.18 0.6 13.33 0.1 0.36
Hex 66 58 54 0 E 12 3C D A 24
Octal 146 130 124 0 16 22 74 15 12 44
Binary 1100110 1011000 1010100 0 1110 10010 111100 1101 1010 100100

Color Harmonies of #665854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665854

Black with #665854

Text Example


Text Example

White with #665854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665854; }

 p { color: rgb(102,88,84); }

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

background-color css

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

 a { background-color: rgb(102,88,84); }

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

border-color css

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

 span { border-color: rgb(102,88,84); }

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