Html Css Color HEX #656261 Dorado

📋 copy color: '#656261'

red 101 ◦ green 98 ◦ blue 97

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

Shades of Dorado #656261

Tints of Dorado #656261

RGB

 RED value IS 101 (39.84% from 255) = 34.12%

 GREEN value IS 98 (38.67% from 255) = 33.11%

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 34.12%
G = 33.11%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#656261 (or 0x656261) is known color: Dorado. HEX triplet: 65, 62 and 61. RGB value is (101,98,97). Sum of RGB (Red+Green+Blue) = 101+98+97=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 101 - color contains mainly: red. Hex color #656261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656261 is #9A9D9E. Grayscale: #626262. Windows color (decimal): -10132895 or 6382181. OLE color: 6382181.

HSL color Cylindrical-coordinate representation of color #656261: hue angle of 15º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #656261 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 98 97 -
CMYK 0 0.03 0.04 0.60
HSL 15º 0.02% 0.39% -
HSV(B) 15º 0.04% 0.4% -
XYZ 11.89 12.37 13.07 -
YUV 98.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 101 98 97 0 0.03 0.04 0.60 15 0.02 0.39
Hex 65 62 61 0 3 4 3C F 2 27
Octal 145 142 141 0 3 4 74 17 2 47
Binary 1100101 1100010 1100001 0 11 100 111100 1111 10 100111

Color Harmonies of #656261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656261

Black with #656261

Text Example


Text Example

White with #656261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656261; }

 p { color: rgb(101,98,97); }

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

background-color css

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

 a { background-color: rgb(101,98,97); }

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

border-color css

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

 span { border-color: rgb(101,98,97); }

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