Html Css Color HEX #6F5851 Dorado

📋 copy color: '#6F5851'

red 111 ◦ green 88 ◦ blue 81

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

Shades of Dorado #6F5851

Tints of Dorado #6F5851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.43%

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

R = 39.64%
G = 31.43%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#6F5851 (or 0x6F5851) is known color: Dorado. HEX triplet: 6F, 58 and 51. RGB value is (111,88,81). Sum of RGB (Red+Green+Blue) = 111+88+81=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5851 is #90A7AE. Grayscale: #5E5E5E. Windows color (decimal): -9480111 or 5331055. OLE color: 5331055.

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

Color convert

RGB 111 88 81 -
CMYK 0 0.21 0.27 0.56
HSL 14º 0.16% 0.38% -
HSV(B) 14º 0.27% 0.44% -
XYZ 11.53 10.95 9.29 -
YUV 94.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 111 88 81 0 0.21 0.27 0.56 14 0.16 0.38
Hex 6F 58 51 0 15 1B 38 E 10 26
Octal 157 130 121 0 25 33 70 16 20 46
Binary 1101111 1011000 1010001 0 10101 11011 111000 1110 10000 100110

Color Harmonies of #6F5851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5851

Black with #6F5851

Text Example


Text Example

White with #6F5851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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