Html Css Color HEX #6F5850 Dorado

📋 copy color: '#6F5850'

red 111 ◦ green 88 ◦ blue 80

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

Shades of Dorado #6F5850

Tints of Dorado #6F5850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.67%

R = 39.78%
G = 31.54%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#6F5850 (or 0x6F5850) is known color: Dorado. HEX triplet: 6F, 58 and 50. RGB value is (111,88,80). Sum of RGB (Red+Green+Blue) = 111+88+80=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5850 is #90A7AF. Grayscale: #5E5E5E. Windows color (decimal): -9480112 or 5265519. OLE color: 5265519.

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

Color convert

RGB 111 88 80 -
CMYK 0 0.21 0.28 0.56
HSL 15.48º 0.16% 0.37% -
HSV(B) 15.48º 0.28% 0.44% -
XYZ 11.49 10.94 9.09 -
YUV 93.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 111 88 80 0 0.21 0.28 0.56 15.48 0.16 0.37
Hex 6F 58 50 0 15 1C 38 F 10 25
Octal 157 130 120 0 25 34 70 17 20 45
Binary 1101111 1011000 1010000 0 10101 11100 111000 1111 10000 100101

Color Harmonies of #6F5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5850

Black with #6F5850

Text Example


Text Example

White with #6F5850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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