Html Css Color HEX #6A6766 Dorado

📋 copy color: '#6A6766'

red 106 ◦ green 103 ◦ blue 102

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

Shades of Dorado #6A6766

Tints of Dorado #6A6766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.12%

 BLUE value IS 102 (40.23% from 255) = 32.8%

R = 34.08%
G = 33.12%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6A6766 (or 0x6A6766) is known color: Dorado. HEX triplet: 6A, 67 and 66. RGB value is (106,103,102). Sum of RGB (Red+Green+Blue) = 106+103+102=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6766 is #959899. Grayscale: #676767. Windows color (decimal): -9803930 or 6711146. OLE color: 6711146.

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

Color convert

RGB 106 103 102 -
CMYK 0 0.03 0.04 0.58
HSL 15º 0.02% 0.41% -
HSV(B) 15º 0.04% 0.42% -
XYZ 13.19 13.72 14.52 -
YUV 103.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 106 103 102 0 0.03 0.04 0.58 15 0.02 0.41
Hex 6A 67 66 0 3 4 3A F 2 29
Octal 152 147 146 0 3 4 72 17 2 51
Binary 1101010 1100111 1100110 0 11 100 111010 1111 10 101001

Color Harmonies of #6A6766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6766

Black with #6A6766

Text Example


Text Example

White with #6A6766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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