Html Css Color HEX #6F5951 Dorado

📋 copy color: '#6F5951'

red 111 ◦ green 89 ◦ blue 81

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

Shades of Dorado #6F5951

Tints of Dorado #6F5951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

 BLUE value IS 81 (32.03% from 255) = 28.83%

R = 39.5%
G = 31.67%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#6F5951 (or 0x6F5951) is known color: Dorado. HEX triplet: 6F, 59 and 51. RGB value is (111,89,81). Sum of RGB (Red+Green+Blue) = 111+89+81=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5951 is #90A6AE. Grayscale: #5E5E5E. Windows color (decimal): -9479855 or 5331311. OLE color: 5331311.

HSL color Cylindrical-coordinate representation of color #6F5951: hue angle of 16º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F5951 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 89 81 -
CMYK 0 0.20 0.27 0.56
HSL 16º 0.16% 0.38% -
HSV(B) 16º 0.27% 0.44% -
XYZ 11.61 11.12 9.32 -
YUV 94.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 111 89 81 0 0.20 0.27 0.56 16 0.16 0.38
Hex 6F 59 51 0 14 1B 38 10 10 26
Octal 157 131 121 0 24 33 70 20 20 46
Binary 1101111 1011001 1010001 0 10100 11011 111000 10000 10000 100110

Color Harmonies of #6F5951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5951

Black with #6F5951

Text Example


Text Example

White with #6F5951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,89,81); }

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

background-color css

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

 a { background-color: rgb(111,89,81); }

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

border-color css

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

 span { border-color: rgb(111,89,81); }

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