Html Css Color HEX #6F6661 Dorado

📋 copy color: '#6F6661'

red 111 ◦ green 102 ◦ blue 97

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

Shades of Dorado #6F6661

Tints of Dorado #6F6661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 35.81%
G = 32.9%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F6661 (or 0x6F6661) is known color: Dorado. HEX triplet: 6F, 66 and 61. RGB value is (111,102,97). Sum of RGB (Red+Green+Blue) = 111+102+97=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6661 is #90999E. Grayscale: #686868. Windows color (decimal): -9476511 or 6383215. OLE color: 6383215.

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

Color convert

RGB 111 102 97 -
CMYK 0 0.08 0.13 0.56
HSL 21.43º 0.07% 0.41% -
HSV(B) 21.43º 0.13% 0.44% -
XYZ 13.46 13.75 13.25 -
YUV 104.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 111 102 97 0 0.08 0.13 0.56 21.43 0.07 0.41
Hex 6F 66 61 0 8 D 38 15 7 29
Octal 157 146 141 0 10 15 70 25 7 51
Binary 1101111 1100110 1100001 0 1000 1101 111000 10101 111 101001

Color Harmonies of #6F6661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6661

Black with #6F6661

Text Example


Text Example

White with #6F6661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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