Html Css Color HEX #666463 Dorado

📋 copy color: '#666463'

red 102 ◦ green 100 ◦ blue 99

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

Shades of Dorado #666463

Tints of Dorado #666463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 33.89%
G = 33.22%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#666463 (or 0x666463) is known color: Dorado. HEX triplet: 66, 64 and 63. RGB value is (102,100,99). Sum of RGB (Red+Green+Blue) = 102+100+99=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 102 - color contains mainly: red. Hex color #666463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666463 is #999B9C. Grayscale: #646464. Windows color (decimal): -10066845 or 6513766. OLE color: 6513766.

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

Color convert

RGB 102 100 99 -
CMYK 0 0.02 0.03 0.6
HSL 20º 0.01% 0.39% -
HSV(B) 20º 0.03% 0.4% -
XYZ 12.29 12.84 13.64 -
YUV 100.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 102 100 99 0 0.02 0.03 0.6 20 0.01 0.39
Hex 66 64 63 0 2 3 3C 14 1 27
Octal 146 144 143 0 2 3 74 24 1 47
Binary 1100110 1100100 1100011 0 10 11 111100 10100 1 100111

Color Harmonies of #666463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666463

Black with #666463

Text Example


Text Example

White with #666463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666463; }

 p { color: rgb(102,100,99); }

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

background-color css

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

 a { background-color: rgb(102,100,99); }

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

border-color css

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

 span { border-color: rgb(102,100,99); }

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