Html Css Color HEX #6C6560 Dorado

📋 copy color: '#6C6560'

red 108 ◦ green 101 ◦ blue 96

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

Shades of Dorado #6C6560

Tints of Dorado #6C6560

RGB

 RED value IS 108 (42.58% from 255) = 35.41%

 GREEN value IS 101 (39.84% from 255) = 33.11%

 BLUE value IS 96 (37.89% from 255) = 31.48%

R = 35.41%
G = 33.11%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6C6560 (or 0x6C6560) is known color: Dorado. HEX triplet: 6C, 65 and 60. RGB value is (108,101,96). Sum of RGB (Red+Green+Blue) = 108+101+96=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6560 is #939A9F. Grayscale: #666666. Windows color (decimal): -9673376 or 6317420. OLE color: 6317420.

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

Color convert

RGB 108 101 96 -
CMYK 0 0.06 0.11 0.58
HSL 25º 0.06% 0.4% -
HSV(B) 25º 0.11% 0.42% -
XYZ 12.95 13.34 12.96 -
YUV 102.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 108 101 96 0 0.06 0.11 0.58 25 0.06 0.4
Hex 6C 65 60 0 6 B 3A 19 6 28
Octal 154 145 140 0 6 13 72 31 6 50
Binary 1101100 1100101 1100000 0 110 1011 111010 11001 110 101000

Color Harmonies of #6C6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6560

Black with #6C6560

Text Example


Text Example

White with #6C6560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,101,96); }

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

background-color css

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

 a { background-color: rgb(108,101,96); }

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

border-color css

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

 span { border-color: rgb(108,101,96); }

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