Html Css Color HEX #6F6660 Dorado

📋 copy color: '#6F6660'

red 111 ◦ green 102 ◦ blue 96

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

Shades of Dorado #6F6660

Tints of Dorado #6F6660

RGB

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

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

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

R = 35.92%
G = 33.01%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F6660 (or 0x6F6660) is known color: Dorado. HEX triplet: 6F, 66 and 60. RGB value is (111,102,96). Sum of RGB (Red+Green+Blue) = 111+102+96=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6660 is #90999F. Grayscale: #686868. Windows color (decimal): -9476512 or 6317679. OLE color: 6317679.

HSL color Cylindrical-coordinate representation of color #6F6660: hue angle of 24º 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 #6F6660 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 102 96 -
CMYK 0 0.08 0.14 0.56
HSL 24º 0.07% 0.41% -
HSV(B) 24º 0.14% 0.44% -
XYZ 13.42 13.73 13.01 -
YUV 104.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 111 102 96 0 0.08 0.14 0.56 24 0.07 0.41
Hex 6F 66 60 0 8 E 38 18 7 29
Octal 157 146 140 0 10 16 70 30 7 51
Binary 1101111 1100110 1100000 0 1000 1110 111000 11000 111 101001

Color Harmonies of #6F6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6660

Black with #6F6660

Text Example


Text Example

White with #6F6660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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