Html Css Color HEX #6F5D57 Dorado

📋 copy color: '#6F5D57'

red 111 ◦ green 93 ◦ blue 87

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

Shades of Dorado #6F5D57

Tints of Dorado #6F5D57

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

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

R = 38.14%
G = 31.96%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F5D57 (or 0x6F5D57) is known color: Dorado. HEX triplet: 6F, 5D and 57. RGB value is (111,93,87). Sum of RGB (Red+Green+Blue) = 111+93+87=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D57 is #90A2A8. Grayscale: #616161. Windows color (decimal): -9478825 or 5725551. OLE color: 5725551.

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

Color convert

RGB 111 93 87 -
CMYK 0 0.16 0.22 0.56
HSL 15º 0.12% 0.39% -
HSV(B) 15º 0.22% 0.44% -
XYZ 12.19 11.9 10.67 -
YUV 97.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 111 93 87 0 0.16 0.22 0.56 15 0.12 0.39
Hex 6F 5D 57 0 10 16 38 F C 27
Octal 157 135 127 0 20 26 70 17 14 47
Binary 1101111 1011101 1010111 0 10000 10110 111000 1111 1100 100111

Color Harmonies of #6F5D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5D57

Black with #6F5D57

Text Example


Text Example

White with #6F5D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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