Html Css Color HEX #6F5E57 Dorado

📋 copy color: '#6F5E57'

red 111 ◦ green 94 ◦ blue 87

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

Shades of Dorado #6F5E57

Tints of Dorado #6F5E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.79%

R = 38.01%
G = 32.19%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F5E57 (or 0x6F5E57) is known color: Dorado. HEX triplet: 6F, 5E and 57. RGB value is (111,94,87). Sum of RGB (Red+Green+Blue) = 111+94+87=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5E57 is #90A1A8. Grayscale: #626262. Windows color (decimal): -9478569 or 5725807. OLE color: 5725807.

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

Color convert

RGB 111 94 87 -
CMYK 0 0.15 0.22 0.56
HSL 17.5º 0.12% 0.39% -
HSV(B) 17.5º 0.22% 0.44% -
XYZ 12.28 12.07 10.7 -
YUV 98.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 111 94 87 0 0.15 0.22 0.56 17.5 0.12 0.39
Hex 6F 5E 57 0 F 16 38 12 C 27
Octal 157 136 127 0 17 26 70 22 14 47
Binary 1101111 1011110 1010111 0 1111 10110 111000 10010 1100 100111

Color Harmonies of #6F5E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5E57

Black with #6F5E57

Text Example


Text Example

White with #6F5E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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