Html Css Color HEX #665953 Dorado

📋 copy color: '#665953'

red 102 ◦ green 89 ◦ blue 83

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

Shades of Dorado #665953

Tints of Dorado #665953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

 BLUE value IS 83 (32.81% from 255) = 30.29%

R = 37.23%
G = 32.48%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#665953 (or 0x665953) is known color: Dorado. HEX triplet: 66, 59 and 53. RGB value is (102,89,83). Sum of RGB (Red+Green+Blue) = 102+89+83=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #665953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665953 is #99A6AC. Grayscale: #5C5C5C. Windows color (decimal): -10069677 or 5462374. OLE color: 5462374.

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

Color convert

RGB 102 89 83 -
CMYK 0 0.13 0.19 0.6
HSL 18.95º 0.1% 0.36% -
HSV(B) 18.95º 0.19% 0.4% -
XYZ 10.61 10.59 9.67 -
YUV 92.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 102 89 83 0 0.13 0.19 0.6 18.95 0.1 0.36
Hex 66 59 53 0 D 13 3C 13 A 24
Octal 146 131 123 0 15 23 74 23 12 44
Binary 1100110 1011001 1010011 0 1101 10011 111100 10011 1010 100100

Color Harmonies of #665953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665953

Black with #665953

Text Example


Text Example

White with #665953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665953; }

 p { color: rgb(102,89,83); }

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

background-color css

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

 a { background-color: rgb(102,89,83); }

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

border-color css

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

 span { border-color: rgb(102,89,83); }

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