Html Css Color HEX #6F6561 Dorado

📋 copy color: '#6F6561'

red 111 ◦ green 101 ◦ blue 97

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

Shades of Dorado #6F6561

Tints of Dorado #6F6561

RGB

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

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

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

R = 35.92%
G = 32.69%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F6561 (or 0x6F6561) is known color: Dorado. HEX triplet: 6F, 65 and 61. RGB value is (111,101,97). Sum of RGB (Red+Green+Blue) = 111+101+97=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6561 is #909A9E. Grayscale: #676767. Windows color (decimal): -9476767 or 6382959. OLE color: 6382959.

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

Color convert

RGB 111 101 97 -
CMYK 0 0.09 0.13 0.56
HSL 17.14º 0.07% 0.41% -
HSV(B) 17.14º 0.13% 0.44% -
XYZ 13.37 13.55 13.22 -
YUV 103.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 111 101 97 0 0.09 0.13 0.56 17.14 0.07 0.41
Hex 6F 65 61 0 9 D 38 11 7 29
Octal 157 145 141 0 11 15 70 21 7 51
Binary 1101111 1100101 1100001 0 1001 1101 111000 10001 111 101001

Color Harmonies of #6F6561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6561

Black with #6F6561

Text Example


Text Example

White with #6F6561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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