Html Css Color HEX #646261 Dorado

📋 copy color: '#646261'

red 100 ◦ green 98 ◦ blue 97

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

Shades of Dorado #646261

Tints of Dorado #646261

RGB

 RED value IS 100 (39.45% from 255) = 33.9%

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

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

R = 33.9%
G = 33.22%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#646261 (or 0x646261) is known color: Dorado. HEX triplet: 64, 62 and 61. RGB value is (100,98,97). Sum of RGB (Red+Green+Blue) = 100+98+97=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 100 - color contains mainly: red. Hex color #646261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646261 is #9B9D9E. Grayscale: #626262. Windows color (decimal): -10198431 or 6382180. OLE color: 6382180.

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

Color convert

RGB 100 98 97 -
CMYK 0 0.02 0.03 0.61
HSL 20º 0.02% 0.39% -
HSV(B) 20º 0.03% 0.39% -
XYZ 11.78 12.31 13.06 -
YUV 98.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 100 98 97 0 0.02 0.03 0.61 20 0.02 0.39
Hex 64 62 61 0 2 3 3D 14 2 27
Octal 144 142 141 0 2 3 75 24 2 47
Binary 1100100 1100010 1100001 0 10 11 111101 10100 10 100111

Color Harmonies of #646261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646261

Black with #646261

Text Example


Text Example

White with #646261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646261; }

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

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

background-color css

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

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

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

border-color css

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

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

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