Html Css Color HEX #6A6663 Dorado

📋 copy color: '#6A6663'

red 106 ◦ green 102 ◦ blue 99

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

Shades of Dorado #6A6663

Tints of Dorado #6A6663

RGB

 RED value IS 106 (41.8% from 255) = 34.53%

 GREEN value IS 102 (40.23% from 255) = 33.22%

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

R = 34.53%
G = 33.22%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6A6663 (or 0x6A6663) is known color: Dorado. HEX triplet: 6A, 66 and 63. RGB value is (106,102,99). Sum of RGB (Red+Green+Blue) = 106+102+99=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6663 is #95999C. Grayscale: #666666. Windows color (decimal): -9804189 or 6514282. OLE color: 6514282.

HSL color Cylindrical-coordinate representation of color #6A6663: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6A6663 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 102 99 -
CMYK 0 0.04 0.07 0.58
HSL 25.71º 0.03% 0.4% -
HSV(B) 25.71º 0.07% 0.42% -
XYZ 12.95 13.47 13.72 -
YUV 102.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 106 102 99 0 0.04 0.07 0.58 25.71 0.03 0.4
Hex 6A 66 63 0 4 7 3A 1A 3 28
Octal 152 146 143 0 4 7 72 32 3 50
Binary 1101010 1100110 1100011 0 100 111 111010 11010 11 101000

Color Harmonies of #6A6663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6663

Black with #6A6663

Text Example


Text Example

White with #6A6663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A6663; }

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

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

background-color css

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

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

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

border-color css

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

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

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