Html Css Color HEX #6F6560 Dorado

📋 copy color: '#6F6560'

red 111 ◦ green 101 ◦ blue 96

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

Shades of Dorado #6F6560

Tints of Dorado #6F6560

RGB

 RED value IS 111 (43.75% from 255) = 36.04%

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

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

R = 36.04%
G = 32.79%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F6560 (or 0x6F6560) is known color: Dorado. HEX triplet: 6F, 65 and 60. RGB value is (111,101,96). Sum of RGB (Red+Green+Blue) = 111+101+96=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6560 is #909A9F. Grayscale: #676767. Windows color (decimal): -9476768 or 6317423. OLE color: 6317423.

HSL color Cylindrical-coordinate representation of color #6F6560: hue angle of 20º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F6560 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 101 96 -
CMYK 0 0.09 0.14 0.56
HSL 20º 0.07% 0.41% -
HSV(B) 20º 0.14% 0.44% -
XYZ 13.32 13.53 12.98 -
YUV 103.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 111 101 96 0 0.09 0.14 0.56 20 0.07 0.41
Hex 6F 65 60 0 9 E 38 14 7 29
Octal 157 145 140 0 11 16 70 24 7 51
Binary 1101111 1100101 1100000 0 1001 1110 111000 10100 111 101001

Color Harmonies of #6F6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6560

Black with #6F6560

Text Example


Text Example

White with #6F6560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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