Html Css Color HEX #6F5E58 Dorado

📋 copy color: '#6F5E58'

red 111 ◦ green 94 ◦ blue 88

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

Shades of Dorado #6F5E58

Tints of Dorado #6F5E58

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.08%

 BLUE value IS 88 (34.77% from 255) = 30.03%

R = 37.88%
G = 32.08%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F5E58 (or 0x6F5E58) is known color: Dorado. HEX triplet: 6F, 5E and 58. RGB value is (111,94,88). Sum of RGB (Red+Green+Blue) = 111+94+88=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5E58 is #90A1A7. Grayscale: #626262. Windows color (decimal): -9478568 or 5791343. OLE color: 5791343.

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

Color convert

RGB 111 94 88 -
CMYK 0 0.15 0.21 0.56
HSL 15.65º 0.12% 0.39% -
HSV(B) 15.65º 0.21% 0.44% -
XYZ 12.32 12.09 10.92 -
YUV 98.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 111 94 88 0 0.15 0.21 0.56 15.65 0.12 0.39
Hex 6F 5E 58 0 F 15 38 10 C 27
Octal 157 136 130 0 17 25 70 20 14 47
Binary 1101111 1011110 1011000 0 1111 10101 111000 10000 1100 100111

Color Harmonies of #6F5E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5E58

Black with #6F5E58

Text Example


Text Example

White with #6F5E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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