Html Css Color HEX #6B6560 Dorado

📋 copy color: '#6B6560'

red 107 ◦ green 101 ◦ blue 96

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

Shades of Dorado #6B6560

Tints of Dorado #6B6560

RGB

 RED value IS 107 (42.19% from 255) = 35.2%

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

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

R = 35.2%
G = 33.22%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B6560 (or 0x6B6560) is known color: Dorado. HEX triplet: 6B, 65 and 60. RGB value is (107,101,96). Sum of RGB (Red+Green+Blue) = 107+101+96=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6560 is #949A9F. Grayscale: #666666. Windows color (decimal): -9738912 or 6317419. OLE color: 6317419.

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

Color convert

RGB 107 101 96 -
CMYK 0 0.06 0.10 0.58
HSL 27.27º 0.05% 0.4% -
HSV(B) 27.27º 0.1% 0.42% -
XYZ 12.83 13.28 12.95 -
YUV 102.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 107 101 96 0 0.06 0.10 0.58 27.27 0.05 0.4
Hex 6B 65 60 0 6 A 3A 1B 5 28
Octal 153 145 140 0 6 12 72 33 5 50
Binary 1101011 1100101 1100000 0 110 1010 111010 11011 101 101000

Color Harmonies of #6B6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6560

Black with #6B6560

Text Example


Text Example

White with #6B6560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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